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 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
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 TypeMethodDescriptionjavax.xml.bind.JAXBElement<AttributedURIType>createAction(AttributedURIType value) Create an instance ofAttributedQNameTypeCreate an instance ofAttributedUnsignedLongTypeCreate an instance ofAttributedURITypejavax.xml.bind.JAXBElement<EndpointReferenceType>Create an instance ofEndpointReferenceTypejavax.xml.bind.JAXBElement<EndpointReferenceType>javax.xml.bind.JAXBElement<EndpointReferenceType>createFrom(EndpointReferenceType value) javax.xml.bind.JAXBElement<AttributedURIType>createMessageID(AttributedURIType value) javax.xml.bind.JAXBElement<MetadataType>createMetadata(MetadataType value) Create an instance ofMetadataTypejavax.xml.bind.JAXBElement<ProblemActionType>Create an instance ofProblemActionTypejavax.xml.bind.JAXBElement<AttributedQNameType>javax.xml.bind.JAXBElement<AttributedURIType>javax.xml.bind.JAXBElement<ReferenceParametersType>Create an instance ofReferenceParametersTypejavax.xml.bind.JAXBElement<RelatesToType>createRelatesTo(RelatesToType value) Create an instance ofRelatesToTypejavax.xml.bind.JAXBElement<EndpointReferenceType>javax.xml.bind.JAXBElement<AttributedUnsignedLongType>javax.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 -
createReferenceParametersType
Create an instance ofReferenceParametersType -
createMetadataType
Create an instance ofMetadataType -
createAttributedURIType
Create an instance ofAttributedURIType -
createRelatesToType
Create an instance ofRelatesToType -
createAttributedUnsignedLongType
Create an instance ofAttributedUnsignedLongType -
createAttributedQNameType
Create an instance ofAttributedQNameType -
createProblemActionType
Create an instance ofProblemActionType -
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>
-
createReferenceParameters
public javax.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
- 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
- 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 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>
-
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>
-