Class 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 Detail

      • ObjectFactory

        public 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 Detail

      • createUid

        public javax.xml.bind.JAXBElement<String> createUid​(String value)
        Create an instance of JAXBElement<String>
        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)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createShortName

        public javax.xml.bind.JAXBElement<String> createShortName​(String value)
        Create an instance of JAXBElement<String>
        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)
        Create an instance of JAXBElement<String>
        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)
        Create an instance of JAXBElement<String>
        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)
        Create an instance of JAXBElement<Boolean>
        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)
        Create an instance of JAXBElement<Long>
        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)
        Create an instance of JAXBElement<Long>
        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)
        Create an instance of JAXBElement<Boolean>
        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)
        Create an instance of JAXBElement<Long>
        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)
        Create an instance of JAXBElement<Boolean>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Boolean>
      • createDescription

        public javax.xml.bind.JAXBElement<String> createDescription​(String value)
        Create an instance of JAXBElement<String>
        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)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>
      • createLastLoginDate

        public javax.xml.bind.JAXBElement<Long> createLastLoginDate​(Long value)
        Create an instance of JAXBElement<Long>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<Long>