Class 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 Detail

      • 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 Detail

      • 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
      • 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
      • 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>