Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.busdox.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.busdox.jaxb.addressing package.An ObjectFactory allows you to programmatically 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.busdox.jaxb.addressing
-
Method Summary
-
-
-
Method Detail
-
createEndpointReferenceType
public EndpointReferenceType createEndpointReferenceType()
Create an instance ofEndpointReferenceType- Returns:
- the new instance of
EndpointReferenceType
-
createMetadataType
public MetadataType createMetadataType()
Create an instance ofMetadataType- Returns:
- the new instance of
MetadataType
-
createAttributedURIType
public AttributedURIType createAttributedURIType()
Create an instance ofAttributedURIType- Returns:
- the new instance of
AttributedURIType
-
createRelatesToType
public RelatesToType createRelatesToType()
Create an instance ofRelatesToType- Returns:
- the new instance of
RelatesToType
-
createAttributedUnsignedLongType
public AttributedUnsignedLongType createAttributedUnsignedLongType()
Create an instance ofAttributedUnsignedLongType- Returns:
- the new instance of
AttributedUnsignedLongType
-
createAttributedQNameType
public AttributedQNameType createAttributedQNameType()
Create an instance ofAttributedQNameType- Returns:
- the new instance of
AttributedQNameType
-
createAttributedAnyType
public AttributedAnyType createAttributedAnyType()
Create an instance ofAttributedAnyType- Returns:
- the new instance of
AttributedAnyType
-
createProblemActionType
public ProblemActionType createProblemActionType()
Create an instance ofProblemActionType- Returns:
- the new instance of
ProblemActionType
-
createReferenceParametersType
public ReferenceParametersType createReferenceParametersType()
Create an instance ofReferenceParametersType- Returns:
- the new instance of
ReferenceParametersType
-
createEndpointReference
public jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.xml.bind.JAXBElement<ProblemActionType> createProblemAction(ProblemActionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProblemActionType>
-
-