@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 |
_ActivationDate_QNAME |
static QName |
_AddressURI_QNAME |
static QName |
_Contact_QNAME |
static QName |
_ContentBinaryObject_QNAME |
static QName |
_Description_QNAME |
static QName |
_ExpirationDate_QNAME |
static QName |
_ID_QNAME |
static QName |
_ParticipantID_QNAME |
static QName |
_PublisherURI_QNAME |
static QName |
_RoleID_QNAME |
static QName |
_SMPVersionID_QNAME |
static QName |
_TransportProfileID_QNAME |
static QName |
_TypeCode_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.xsds.bdxr.smp2.bc
|
public static final QName _ActivationDate_QNAME
public static final QName _AddressURI_QNAME
public static final QName _Contact_QNAME
public static final QName _ContentBinaryObject_QNAME
public static final QName _Description_QNAME
public static final QName _ExpirationDate_QNAME
public static final QName _ID_QNAME
public static final QName _ParticipantID_QNAME
public static final QName _PublisherURI_QNAME
public static final QName _RoleID_QNAME
public static final QName _SMPVersionID_QNAME
public static final QName _TransportProfileID_QNAME
public static final QName _TypeCode_QNAME
public ObjectFactory()
@Nonnull public ActivationDateType createActivationDateType()
ActivationDateTypenull.@Nonnull public AddressURIType createAddressURIType()
AddressURITypenull.@Nonnull public ContactType createContactType()
ContactTypenull.@Nonnull public ContentBinaryObjectType createContentBinaryObjectType()
ContentBinaryObjectTypenull.@Nonnull public DescriptionType createDescriptionType()
DescriptionTypenull.@Nonnull public ExpirationDateType createExpirationDateType()
ExpirationDateTypenull.@Nonnull public IDType createIDType()
IDTypenull.@Nonnull public ParticipantIDType createParticipantIDType()
ParticipantIDTypenull.@Nonnull public PublisherURIType createPublisherURIType()
PublisherURITypenull.@Nonnull public RoleIDType createRoleIDType()
RoleIDTypenull.@Nonnull public SMPVersionIDType createSMPVersionIDType()
SMPVersionIDTypenull.@Nonnull public TransportProfileIDType createTransportProfileIDType()
TransportProfileIDTypenull.@Nonnull public TypeCodeType createTypeCodeType()
TypeCodeTypenull.@Nonnull public JAXBElement<ActivationDateType> createActivationDate(@Nullable ActivationDateType value)
value - Java instance representing xml element's value.JAXBElement<ActivationDateType> The created JAXBElement and never null.@Nonnull public JAXBElement<AddressURIType> createAddressURI(@Nullable AddressURIType value)
value - Java instance representing xml element's value.JAXBElement<AddressURIType> The created JAXBElement and never null.@Nonnull public JAXBElement<ContactType> createContact(@Nullable ContactType value)
value - Java instance representing xml element's value.JAXBElement<ContactType> The created JAXBElement and never null.@Nonnull public JAXBElement<ContentBinaryObjectType> createContentBinaryObject(@Nullable ContentBinaryObjectType value)
value - Java instance representing xml element's value.JAXBElement<ContentBinaryObjectType> The created JAXBElement and never null.@Nonnull public JAXBElement<DescriptionType> createDescription(@Nullable DescriptionType value)
value - Java instance representing xml element's value.JAXBElement<DescriptionType> The created JAXBElement and never null.@Nonnull public JAXBElement<ExpirationDateType> createExpirationDate(@Nullable ExpirationDateType value)
value - Java instance representing xml element's value.JAXBElement<ExpirationDateType> The created JAXBElement and never null.@Nonnull public JAXBElement<IDType> createID(@Nullable IDType value)
value - Java instance representing xml element's value.JAXBElement<IDType> The created JAXBElement and never null.@Nonnull public JAXBElement<ParticipantIDType> createParticipantID(@Nullable ParticipantIDType value)
value - Java instance representing xml element's value.JAXBElement<ParticipantIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<PublisherURIType> createPublisherURI(@Nullable PublisherURIType value)
value - Java instance representing xml element's value.JAXBElement<PublisherURIType> The created JAXBElement and never null.@Nonnull public JAXBElement<RoleIDType> createRoleID(@Nullable RoleIDType value)
value - Java instance representing xml element's value.JAXBElement<RoleIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<SMPVersionIDType> createSMPVersionID(@Nullable SMPVersionIDType value)
value - Java instance representing xml element's value.JAXBElement<SMPVersionIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<TransportProfileIDType> createTransportProfileID(@Nullable TransportProfileIDType value)
value - Java instance representing xml element's value.JAXBElement<TransportProfileIDType> The created JAXBElement and never null.@Nonnull public JAXBElement<TypeCodeType> createTypeCode(@Nullable TypeCodeType value)
value - Java instance representing xml element's value.JAXBElement<TypeCodeType> The created JAXBElement and never null.Copyright © 2019–2020 Philip Helger. All rights reserved.