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 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.model -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBodyjakarta.xml.bind.JAXBElement<Body>createBody(Body value) Create an instance ofDetailCreate an instance ofEnvelopejakarta.xml.bind.JAXBElement<Envelope>createEnvelope(Envelope value) Create an instance ofFaultjakarta.xml.bind.JAXBElement<Fault>createFault(Fault value) Create an instance ofFaultcodeCreate an instance ofFaultreasonCreate an instance ofHeaderjakarta.xml.bind.JAXBElement<Header>createHeader(Header value) jakarta.xml.bind.JAXBElement<NotUnderstoodType>Create an instance ofNotUnderstoodTypeCreate an instance ofReasontextCreate an instance ofSubcodeCreate an instance ofSupportedEnvTypejakarta.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- Returns:
- the new instance of
Envelope
-
createHeader
Create an instance ofHeader- Returns:
- the new instance of
Header
-
createBody
Create an instance ofBody- Returns:
- the new instance of
Body
-
createFault
Create an instance ofFault- Returns:
- the new instance of
Fault
-
createNotUnderstoodType
Create an instance ofNotUnderstoodType- Returns:
- the new instance of
NotUnderstoodType
-
createUpgradeType
Create an instance ofUpgradeType- Returns:
- the new instance of
UpgradeType
-
createFaultreason
Create an instance ofFaultreason- Returns:
- the new instance of
Faultreason
-
createReasontext
Create an instance ofReasontext- Returns:
- the new instance of
Reasontext
-
createFaultcode
Create an instance ofFaultcode- Returns:
- the new instance of
Faultcode
-
createSubcode
Create an instance ofSubcode- Returns:
- the new instance of
Subcode
-
createDetail
Create an instance ofDetail- Returns:
- the new instance of
Detail
-
createSupportedEnvType
Create an instance ofSupportedEnvType- Returns:
- the new instance of
SupportedEnvType
-
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>
-