Package org.somda.sdc.dpws.wsdl.model
Class ObjectFactory
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.model.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.somda.sdc.dpws.wsdl.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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.somda.sdc.dpws.wsdl.model
-
Method Summary
-
-
-
Method Detail
-
createTDefinitions
public TDefinitions createTDefinitions()
Create an instance ofTDefinitions
-
createTDocumentation
public TDocumentation createTDocumentation()
Create an instance ofTDocumentation
-
createTDocumented
public TDocumented createTDocumented()
Create an instance ofTDocumented
-
createTOperation
public TOperation createTOperation()
Create an instance ofTOperation
-
createTBindingOperationMessage
public TBindingOperationMessage createTBindingOperationMessage()
Create an instance ofTBindingOperationMessage
-
createTBindingOperationFault
public TBindingOperationFault createTBindingOperationFault()
Create an instance ofTBindingOperationFault
-
createTBindingOperation
public TBindingOperation createTBindingOperation()
Create an instance ofTBindingOperation
-
createDefinitions
public javax.xml.bind.JAXBElement<TDefinitions> createDefinitions(TDefinitions value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDefinitions>
-
createTOperationInput
public javax.xml.bind.JAXBElement<TParam> createTOperationInput(TParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TParam>
-
createTOperationOutput
public javax.xml.bind.JAXBElement<TParam> createTOperationOutput(TParam value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TParam>
-
-