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 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 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
      Returns:
      the new instance of TDefinitions
    • createTDocumentation

      public TDocumentation createTDocumentation()
      Create an instance of TDocumentation
      Returns:
      the new instance of TDocumentation
    • createTDocumented

      public TDocumented createTDocumented()
      Create an instance of TDocumented
      Returns:
      the new instance of TDocumented
    • createTImport

      public TImport createTImport()
      Create an instance of TImport
      Returns:
      the new instance of TImport
    • createTTypes

      public TTypes createTTypes()
      Create an instance of TTypes
      Returns:
      the new instance of TTypes
    • createTMessage

      public TMessage createTMessage()
      Create an instance of TMessage
      Returns:
      the new instance of TMessage
    • createTPart

      public TPart createTPart()
      Create an instance of TPart
      Returns:
      the new instance of TPart
    • createTPortType

      public TPortType createTPortType()
      Create an instance of TPortType
      Returns:
      the new instance of TPortType
    • createTOperation

      public TOperation createTOperation()
      Create an instance of TOperation
      Returns:
      the new instance of TOperation
    • createTParam

      public TParam createTParam()
      Create an instance of TParam
      Returns:
      the new instance of TParam
    • createTFault

      public TFault createTFault()
      Create an instance of TFault
      Returns:
      the new instance of TFault
    • createTBinding

      public TBinding createTBinding()
      Create an instance of TBinding
      Returns:
      the new instance of TBinding
    • createTBindingOperationMessage

      public TBindingOperationMessage createTBindingOperationMessage()
      Create an instance of TBindingOperationMessage
      Returns:
      the new instance of TBindingOperationMessage
    • createTBindingOperationFault

      public TBindingOperationFault createTBindingOperationFault()
      Create an instance of TBindingOperationFault
      Returns:
      the new instance of TBindingOperationFault
    • createTBindingOperation

      public TBindingOperation createTBindingOperation()
      Create an instance of TBindingOperation
      Returns:
      the new instance of TBindingOperation
    • createTService

      public TService createTService()
      Create an instance of TService
      Returns:
      the new instance of TService
    • createTPort

      public TPort createTPort()
      Create an instance of TPort
      Returns:
      the new instance of TPort
    • createDefinitions

      public jakarta.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 jakarta.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 jakarta.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 jakarta.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>