Package eu.de4a.iem.jaxb.t42.v0_6
Class ObjectFactory
- java.lang.Object
-
- eu.de4a.iem.jaxb.t42.v0_6.ObjectFactory
-
@CodingStyleguideUnaware public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the eu.de4a.iem.jaxb.t42.v0_6 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_LegalEntity_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: eu.de4a.iem.jaxb.t42.v0_6
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActivityTypecreateActivityType()Create an instance ofActivityTypeAddressTypecreateAddressType()Create an instance ofAddressTypeBranchTypecreateBranchType()Create an instance ofBranchTypeContactPointTypecreateContactPointType()Create an instance ofContactPointTypejavax.xml.bind.JAXBElement<LegalEntityType>createLegalEntity(LegalEntityType value)LegalEntityTypecreateLegalEntityType()Create an instance ofLegalEntityTypeNamesTypecreateNamesType()Create an instance ofNamesType
-
-
-
Field Detail
-
_LegalEntity_QNAME
public static final QName _LegalEntity_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.
-
-