Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.bdx.jaxb.addressing.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the network.oxalis.peppol.bdx.jaxb.addressing 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.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: network.oxalis.peppol.bdx.jaxb.addressing
-
Method Summary
-
-
-
Method Detail
-
createEndpointReferenceType
public EndpointReferenceType createEndpointReferenceType()
Create an instance ofEndpointReferenceType
-
createMetadataType
public MetadataType createMetadataType()
Create an instance ofMetadataType
-
createAttributedURIType
public AttributedURIType createAttributedURIType()
Create an instance ofAttributedURIType
-
createRelatesToType
public RelatesToType createRelatesToType()
Create an instance ofRelatesToType
-
createAttributedUnsignedLongType
public AttributedUnsignedLongType createAttributedUnsignedLongType()
Create an instance ofAttributedUnsignedLongType
-
createAttributedQNameType
public AttributedQNameType createAttributedQNameType()
Create an instance ofAttributedQNameType
-
createAttributedAnyType
public AttributedAnyType createAttributedAnyType()
Create an instance ofAttributedAnyType
-
createProblemActionType
public ProblemActionType createProblemActionType()
Create an instance ofProblemActionType
-
createReferenceParametersType
public ReferenceParametersType createReferenceParametersType()
Create an instance ofReferenceParametersType
-
createEndpointReference
public javax.xml.bind.JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createMetadata
public javax.xml.bind.JAXBElement<MetadataType> createMetadata(MetadataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MetadataType>
-
createMessageID
public javax.xml.bind.JAXBElement<AttributedURIType> createMessageID(AttributedURIType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURIType>
-
createRelatesTo
public javax.xml.bind.JAXBElement<RelatesToType> createRelatesTo(RelatesToType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RelatesToType>
-
createReplyTo
public javax.xml.bind.JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createFrom
public javax.xml.bind.JAXBElement<EndpointReferenceType> createFrom(EndpointReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createFaultTo
public javax.xml.bind.JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createTo
public javax.xml.bind.JAXBElement<AttributedURIType> createTo(AttributedURIType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURIType>
-
createAction
public javax.xml.bind.JAXBElement<AttributedURIType> createAction(AttributedURIType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURIType>
-
createRetryAfter
public javax.xml.bind.JAXBElement<AttributedUnsignedLongType> createRetryAfter(AttributedUnsignedLongType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedUnsignedLongType>
-
createProblemHeaderQName
public javax.xml.bind.JAXBElement<AttributedQNameType> createProblemHeaderQName(AttributedQNameType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedQNameType>
-
createProblemHeader
public javax.xml.bind.JAXBElement<AttributedAnyType> createProblemHeader(AttributedAnyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedAnyType>
-
createProblemIRI
public javax.xml.bind.JAXBElement<AttributedURIType> createProblemIRI(AttributedURIType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURIType>
-
createProblemAction
public javax.xml.bind.JAXBElement<ProblemActionType> createProblemAction(ProblemActionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProblemActionType>
-
-