Class ObjectFactory
java.lang.Object
org.somda.sdc.dpws.soap.wsaddressing.model.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.somda.sdc.dpws.soap.wsaddressing.model 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.somda.sdc.dpws.soap.wsaddressing.model -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AttributedURIType>createAction(AttributedURIType value) Create an instance ofAttributedQNameTypeCreate an instance ofAttributedUnsignedLongTypeCreate an instance ofAttributedURITypejakarta.xml.bind.JAXBElement<EndpointReferenceType>Create an instance ofEndpointReferenceTypejakarta.xml.bind.JAXBElement<EndpointReferenceType>jakarta.xml.bind.JAXBElement<EndpointReferenceType>createFrom(EndpointReferenceType value) jakarta.xml.bind.JAXBElement<AttributedURIType>createMessageID(AttributedURIType value) jakarta.xml.bind.JAXBElement<MetadataType>createMetadata(MetadataType value) Create an instance ofMetadataTypejakarta.xml.bind.JAXBElement<ProblemActionType>Create an instance ofProblemActionTypejakarta.xml.bind.JAXBElement<AttributedQNameType>jakarta.xml.bind.JAXBElement<AttributedURIType>jakarta.xml.bind.JAXBElement<ReferenceParametersType>Create an instance ofReferenceParametersTypejakarta.xml.bind.JAXBElement<RelatesToType>createRelatesTo(RelatesToType value) Create an instance ofRelatesToTypejakarta.xml.bind.JAXBElement<EndpointReferenceType>jakarta.xml.bind.JAXBElement<AttributedUnsignedLongType>jakarta.xml.bind.JAXBElement<AttributedURIType>createTo(AttributedURIType value)
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.somda.sdc.dpws.soap.wsaddressing.model
-
-
Method Details
-
createEndpointReferenceType
Create an instance ofEndpointReferenceType- Returns:
- the new instance of
EndpointReferenceType
-
createReferenceParametersType
Create an instance ofReferenceParametersType- Returns:
- the new instance of
ReferenceParametersType
-
createMetadataType
Create an instance ofMetadataType- Returns:
- the new instance of
MetadataType
-
createAttributedURIType
Create an instance ofAttributedURIType- Returns:
- the new instance of
AttributedURIType
-
createRelatesToType
Create an instance ofRelatesToType- Returns:
- the new instance of
RelatesToType
-
createAttributedUnsignedLongType
Create an instance ofAttributedUnsignedLongType- Returns:
- the new instance of
AttributedUnsignedLongType
-
createAttributedQNameType
Create an instance ofAttributedQNameType- Returns:
- the new instance of
AttributedQNameType
-
createProblemActionType
Create an instance ofProblemActionType- Returns:
- the new instance of
ProblemActionType
-
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>
-
createReferenceParameters
public jakarta.xml.bind.JAXBElement<ReferenceParametersType> createReferenceParameters(ReferenceParametersType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReferenceParametersType>
-
createMetadata
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MetadataType>
-
createMessageID
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURIType>
-
createRelatesTo
- 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
- 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
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURIType>
-
createAction
- 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>
-
createProblemIRI
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AttributedURIType>
-
createProblemAction
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProblemActionType>
-