@CodingStyleguideUnaware public class ObjectFactory extends Object
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
| Modifier and Type | Field and Description |
|---|---|
static QName |
_BusinessCard_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.pd.businesscard.v1
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<PD1BusinessCardType> |
createBusinessCard(PD1BusinessCardType value)
|
PD1BusinessCardType |
createPD1BusinessCardType()
Create an instance of
PD1BusinessCardType |
PD1BusinessEntityType |
createPD1BusinessEntityType()
Create an instance of
PD1BusinessEntityType |
PD1ContactType |
createPD1ContactType()
Create an instance of
PD1ContactType |
PD1IdentifierType |
createPD1IdentifierType()
Create an instance of
PD1IdentifierType |
public static final QName _BusinessCard_QNAME
public ObjectFactory()
@Nonnull public PD1BusinessCardType createPD1BusinessCardType()
PD1BusinessCardTypenull.@Nonnull public PD1IdentifierType createPD1IdentifierType()
PD1IdentifierTypenull.@Nonnull public PD1ContactType createPD1ContactType()
PD1ContactTypenull.@Nonnull public PD1BusinessEntityType createPD1BusinessEntityType()
PD1BusinessEntityTypenull.@Nonnull public JAXBElement<PD1BusinessCardType> createBusinessCard(@Nullable PD1BusinessCardType value)
value - Java instance representing xml element's value.JAXBElement<PD1BusinessCardType> The created JAXBElement and never null.Copyright © 2015–2021 Philip Helger. All rights reserved.