Package generated
Class ObjectFactory
- java.lang.Object
-
- generated.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 Summary
Fields Modifier and Type Field Description static QName_Activity_QNAMEstatic QName_Address_QNAMEstatic QName_Branch_QNAMEstatic QName_ContactPoint_QNAMEstatic QName_LegalEntity_QNAMEstatic QName_Names_QNAME
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<ActivityType>createActivity(ActivityType value)ActivityTypecreateActivityType()Create an instance ofActivityTypejavax.xml.bind.JAXBElement<AddressType>createAddress(AddressType value)AddressTypecreateAddressType()Create an instance ofAddressTypejavax.xml.bind.JAXBElement<BranchType>createBranch(BranchType value)BranchTypecreateBranchType()Create an instance ofBranchTypejavax.xml.bind.JAXBElement<ContactPointType>createContactPoint(ContactPointType value)ContactPointTypecreateContactPointType()Create an instance ofContactPointTypejavax.xml.bind.JAXBElement<LegalEntityType>createLegalEntity(LegalEntityType value)LegalEntityTypecreateLegalEntityType()Create an instance ofLegalEntityTypejavax.xml.bind.JAXBElement<NamesType>createNames(NamesType value)NamesTypecreateNamesType()Create an instance ofNamesType
-
-
-
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
-
-
Method Detail
-
createLegalEntityType
@Nonnull public LegalEntityType createLegalEntityType()
Create an instance ofLegalEntityType- Returns:
- The created LegalEntityType object and never
null.
-
createContactPointType
@Nonnull public ContactPointType createContactPointType()
Create an instance ofContactPointType- Returns:
- The created ContactPointType object and never
null.
-
createActivityType
@Nonnull public ActivityType createActivityType()
Create an instance ofActivityType- Returns:
- The created ActivityType object and never
null.
-
createBranchType
@Nonnull public BranchType createBranchType()
Create an instance ofBranchType- Returns:
- The created BranchType object and never
null.
-
createAddressType
@Nonnull public AddressType createAddressType()
Create an instance ofAddressType- Returns:
- The created AddressType object and never
null.
-
createNamesType
@Nonnull public NamesType createNamesType()
Create an instance ofNamesType- Returns:
- The created NamesType object and never
null.
-
createLegalEntity
@Nonnull public javax.xml.bind.JAXBElement<LegalEntityType> createLegalEntity(@Nullable LegalEntityType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LegalEntityType>The created JAXBElement and nevernull.
-
createContactPoint
@Nonnull public javax.xml.bind.JAXBElement<ContactPointType> createContactPoint(@Nullable ContactPointType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ContactPointType>The created JAXBElement and nevernull.
-
createActivity
@Nonnull public javax.xml.bind.JAXBElement<ActivityType> createActivity(@Nullable ActivityType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ActivityType>The created JAXBElement and nevernull.
-
createBranch
@Nonnull public javax.xml.bind.JAXBElement<BranchType> createBranch(@Nullable BranchType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BranchType>The created JAXBElement and nevernull.
-
createAddress
@Nonnull public javax.xml.bind.JAXBElement<AddressType> createAddress(@Nullable AddressType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AddressType>The created JAXBElement and nevernull.
-
-