Package org.somda.sdc.dpws.soap.model
Class ObjectFactory
java.lang.Object
org.somda.sdc.dpws.soap.model.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.somda.sdc.dpws.soap.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.model -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBodyjavax.xml.bind.JAXBElement<Body>createBody(Body value) Create an instance ofDetailCreate an instance ofEnvelopejavax.xml.bind.JAXBElement<Envelope>createEnvelope(Envelope value) Create an instance ofFaultjavax.xml.bind.JAXBElement<Fault>createFault(Fault value) Create an instance ofFaultcodeCreate an instance ofFaultreasonCreate an instance ofHeaderjavax.xml.bind.JAXBElement<Header>createHeader(Header value) javax.xml.bind.JAXBElement<NotUnderstoodType>Create an instance ofNotUnderstoodTypeCreate an instance ofReasontextCreate an instance ofSubcodeCreate an instance ofSupportedEnvTypejavax.xml.bind.JAXBElement<UpgradeType>createUpgrade(UpgradeType value) Create an instance ofUpgradeType
-
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.model
-
-
Method Details
-
createEnvelope
Create an instance ofEnvelope -
createHeader
Create an instance ofHeader -
createBody
Create an instance ofBody -
createFault
Create an instance ofFault -
createNotUnderstoodType
Create an instance ofNotUnderstoodType -
createUpgradeType
Create an instance ofUpgradeType -
createFaultreason
Create an instance ofFaultreason -
createReasontext
Create an instance ofReasontext -
createFaultcode
Create an instance ofFaultcode -
createSubcode
Create an instance ofSubcode -
createDetail
Create an instance ofDetail -
createSupportedEnvType
Create an instance ofSupportedEnvType -
createEnvelope
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Envelope>
-
createHeader
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Header>
-
createBody
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Body>
-
createFault
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Fault>
-
createNotUnderstood
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<NotUnderstoodType>
-
createUpgrade
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UpgradeType>
-