Package generated

Class ObjectFactory


  • @CodingStyleguideUnaware
    public class ObjectFactory
    extends Object
    This object contains factory methods for each Java content interface and Java element interface generated in the generated 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.

    This class was annotated by ph-jaxb22-plugin -Xph-annotate

    • Field Detail

      • _LegalEntity_QNAME

        public static final QName _LegalEntity_QNAME
      • _ContactPoint_QNAME

        public static final QName _ContactPoint_QNAME
      • _Activity_QNAME

        public static final QName _Activity_QNAME
      • _Branch_QNAME

        public static final QName _Branch_QNAME
      • _Address_QNAME

        public static final QName _Address_QNAME
      • _Names_QNAME

        public static final QName _Names_QNAME
    • Constructor Detail

      • ObjectFactory

        public ObjectFactory()
        Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
    • Method Detail

      • createLegalEntityType

        @Nonnull
        public LegalEntityType createLegalEntityType()
        Create an instance of LegalEntityType
        Returns:
        The created LegalEntityType object and never null.
      • createContactPointType

        @Nonnull
        public ContactPointType createContactPointType()
        Create an instance of ContactPointType
        Returns:
        The created ContactPointType object and never null.
      • createActivityType

        @Nonnull
        public ActivityType createActivityType()
        Create an instance of ActivityType
        Returns:
        The created ActivityType object and never null.
      • createBranchType

        @Nonnull
        public BranchType createBranchType()
        Create an instance of BranchType
        Returns:
        The created BranchType object and never null.
      • createAddressType

        @Nonnull
        public AddressType createAddressType()
        Create an instance of AddressType
        Returns:
        The created AddressType object and never null.
      • createNamesType

        @Nonnull
        public NamesType createNamesType()
        Create an instance of NamesType
        Returns:
        The created NamesType object and never null.
      • createLegalEntity

        @Nonnull
        public javax.xml.bind.JAXBElement<LegalEntityType> createLegalEntity​(@Nullable
                                                                             LegalEntityType value)
        Create an instance of JAXBElement<LegalEntityType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<LegalEntityType> The created JAXBElement and never null.
      • createContactPoint

        @Nonnull
        public javax.xml.bind.JAXBElement<ContactPointType> createContactPoint​(@Nullable
                                                                               ContactPointType value)
        Create an instance of JAXBElement<ContactPointType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<ContactPointType> The created JAXBElement and never null.
      • createActivity

        @Nonnull
        public javax.xml.bind.JAXBElement<ActivityType> createActivity​(@Nullable
                                                                       ActivityType value)
        Create an instance of JAXBElement<ActivityType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<ActivityType> The created JAXBElement and never null.
      • createBranch

        @Nonnull
        public javax.xml.bind.JAXBElement<BranchType> createBranch​(@Nullable
                                                                   BranchType value)
        Create an instance of JAXBElement<BranchType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<BranchType> The created JAXBElement and never null.
      • createAddress

        @Nonnull
        public javax.xml.bind.JAXBElement<AddressType> createAddress​(@Nullable
                                                                     AddressType value)
        Create an instance of JAXBElement<AddressType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<AddressType> The created JAXBElement and never null.
      • createNames

        @Nonnull
        public javax.xml.bind.JAXBElement<NamesType> createNames​(@Nullable
                                                                 NamesType value)
        Create an instance of JAXBElement<NamesType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<NamesType> The created JAXBElement and never null.