Class ObjectFactory
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_3.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_3 package.An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.evolveum.midpoint.xml.ns._public.connector.icf_1.resource_schema_3
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<ProtectedStringType>
createCurrentPassword(ProtectedStringType value)
javax.xml.bind.JAXBElement<String>
createDescription(String value)
javax.xml.bind.JAXBElement<Long>
createDisableDate(Long value)
javax.xml.bind.JAXBElement<Boolean>
createEnable(Boolean value)
javax.xml.bind.JAXBElement<Long>
createEnableDate(Long value)
javax.xml.bind.JAXBElement<String>
createGroups(String value)
javax.xml.bind.JAXBElement<Long>
createLastLoginDate(Long value)
javax.xml.bind.JAXBElement<String>
createLastPasswordChangeDate(String value)
javax.xml.bind.JAXBElement<Boolean>
createLockOut(Boolean value)
javax.xml.bind.JAXBElement<String>
createName(String value)
javax.xml.bind.JAXBElement<ProtectedStringType>
createPassword(ProtectedStringType value)
javax.xml.bind.JAXBElement<String>
createPasswordChangeInterval(String value)
javax.xml.bind.JAXBElement<Long>
createPasswordExpirationDate(Long value)
javax.xml.bind.JAXBElement<Boolean>
createPasswordExpired(Boolean value)
javax.xml.bind.JAXBElement<String>
createShortName(String value)
javax.xml.bind.JAXBElement<String>
createUid(String value)
-
-
-
Method Detail
-
createUid
public javax.xml.bind.JAXBElement<String> createUid(String value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createName
public javax.xml.bind.JAXBElement<String> createName(String value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createPassword
public javax.xml.bind.JAXBElement<ProtectedStringType> createPassword(ProtectedStringType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ProtectedStringType
>
-
createShortName
public javax.xml.bind.JAXBElement<String> createShortName(String value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createLastPasswordChangeDate
public javax.xml.bind.JAXBElement<String> createLastPasswordChangeDate(String value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createPasswordChangeInterval
public javax.xml.bind.JAXBElement<String> createPasswordChangeInterval(String value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createEnable
public javax.xml.bind.JAXBElement<Boolean> createEnable(Boolean value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Boolean
>
-
createEnableDate
public javax.xml.bind.JAXBElement<Long> createEnableDate(Long value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Long
>
-
createDisableDate
public javax.xml.bind.JAXBElement<Long> createDisableDate(Long value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Long
>
-
createLockOut
public javax.xml.bind.JAXBElement<Boolean> createLockOut(Boolean value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Boolean
>
-
createPasswordExpirationDate
public javax.xml.bind.JAXBElement<Long> createPasswordExpirationDate(Long value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Long
>
-
createPasswordExpired
public javax.xml.bind.JAXBElement<Boolean> createPasswordExpired(Boolean value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Boolean
>
-
createCurrentPassword
public javax.xml.bind.JAXBElement<ProtectedStringType> createCurrentPassword(ProtectedStringType value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ProtectedStringType
>
-
createDescription
public javax.xml.bind.JAXBElement<String> createDescription(String value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createGroups
public javax.xml.bind.JAXBElement<String> createGroups(String value)
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
-