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 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.wsdl.model
  • Method Details

    • createTDefinitions

      public TDefinitions createTDefinitions()
      Create an instance of TDefinitions
    • createTDocumentation

      public TDocumentation createTDocumentation()
      Create an instance of TDocumentation
    • createTDocumented

      public TDocumented createTDocumented()
      Create an instance of TDocumented
    • createTImport

      public TImport createTImport()
      Create an instance of TImport
    • createTTypes

      public TTypes createTTypes()
      Create an instance of TTypes
    • createTMessage

      public TMessage createTMessage()
      Create an instance of TMessage
    • createTPart

      public TPart createTPart()
      Create an instance of TPart
    • createTPortType

      public TPortType createTPortType()
      Create an instance of TPortType
    • createTOperation

      public TOperation createTOperation()
      Create an instance of TOperation
    • createTParam

      public TParam createTParam()
      Create an instance of TParam
    • createTFault

      public TFault createTFault()
      Create an instance of TFault
    • createTBinding

      public TBinding createTBinding()
      Create an instance of TBinding
    • createTBindingOperationMessage

      public TBindingOperationMessage createTBindingOperationMessage()
      Create an instance of TBindingOperationMessage
    • createTBindingOperationFault

      public TBindingOperationFault createTBindingOperationFault()
      Create an instance of TBindingOperationFault
    • createTBindingOperation

      public TBindingOperation createTBindingOperation()
      Create an instance of TBindingOperation
    • createTService

      public TService createTService()
      Create an instance of TService
    • createTPort

      public TPort createTPort()
      Create an instance of TPort
    • createDefinitions

      public javax.xml.bind.JAXBElement<TDefinitions> createDefinitions(TDefinitions value)
      Create an instance of JAXBElement<TDefinitions>
      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)
      Create an instance of JAXBElement<TParam>
      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)
      Create an instance of JAXBElement<TParam>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TParam>
    • createTOperationFault

      public javax.xml.bind.JAXBElement<TFault> createTOperationFault(TFault value)
      Create an instance of JAXBElement<TFault>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TFault>