Package org.w3._2005._08.addressing
Class ObjectFactory
java.lang.Object
org.w3._2005._08.addressing.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.w3._2005._08.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
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._2005._08.addressing -
Method Summary
Modifier and TypeMethodDescriptioncreateAction
(AttributedURIType value) Create an instance ofAttributedQNameType
Create an instance ofAttributedUnsignedLongType
Create an instance ofAttributedURIType
createFrom
(W3CEndpointReference value) createMessageID
(AttributedURIType value) createMetadata
(MetadataType value) Create an instance ofMetadataType
Create an instance ofProblemActionType
Create an instance ofReferenceParametersType
createRelatesTo
(RelatesToType value) Create an instance ofRelatesToType
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.w3._2005._08.addressing
-
-
Method Details
-
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
-
createReferenceParameters
public 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
<
W3CEndpointReference
>
-
createFrom
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
W3CEndpointReference
>
-
createFaultTo
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
W3CEndpointReference
>
-
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
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AttributedUnsignedLongType
>
-
createProblemHeaderQName
- 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
>
-