org.plasma.xml.wsdl.v20
Class ObjectFactory

java.lang.Object
  extended by org.plasma.xml.wsdl.v20.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.plasma.xml.wsdl.v20 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.wsdl.v20
 
Method Summary
 Binding createBinding()
          Create an instance of Binding
 javax.xml.bind.JAXBElement<BindingFaultType> createBindingFault(BindingFaultType value)
          Create an instance of JAXBElement<BindingFaultType>}
 BindingFaultType createBindingFaultType()
          Create an instance of BindingFaultType
 javax.xml.bind.JAXBElement<BindingOperationType> createBindingOperation(BindingOperationType value)
          Create an instance of JAXBElement<BindingOperationType>}
 BindingOperationFaultType createBindingOperationFaultType()
          Create an instance of BindingOperationFaultType
 BindingOperationMessageType createBindingOperationMessageType()
          Create an instance of BindingOperationMessageType
 BindingOperationType createBindingOperationType()
          Create an instance of BindingOperationType
 javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeInfault(BindingOperationFaultType value)
          Create an instance of JAXBElement<BindingOperationFaultType>}
 javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeInput(BindingOperationMessageType value)
          Create an instance of JAXBElement<BindingOperationMessageType>}
 javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeOutfault(BindingOperationFaultType value)
          Create an instance of JAXBElement<BindingOperationFaultType>}
 javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeOutput(BindingOperationMessageType value)
          Create an instance of JAXBElement<BindingOperationMessageType>}
 Description createDescription()
          Create an instance of Description
 Documentation createDocumentation()
          Create an instance of Documentation
 DocumentedType createDocumentedType()
          Create an instance of DocumentedType
 Endpoint createEndpoint()
          Create an instance of Endpoint
 Import createImport()
          Create an instance of Import
 Include createInclude()
          Create an instance of Include
 Interface createInterface()
          Create an instance of Interface
 javax.xml.bind.JAXBElement<InterfaceFaultType> createInterfaceFault(InterfaceFaultType value)
          Create an instance of JAXBElement<InterfaceFaultType>}
 InterfaceFaultType createInterfaceFaultType()
          Create an instance of InterfaceFaultType
 javax.xml.bind.JAXBElement<InterfaceOperationType> createInterfaceOperation(InterfaceOperationType value)
          Create an instance of JAXBElement<InterfaceOperationType>}
 InterfaceOperationType createInterfaceOperationType()
          Create an instance of InterfaceOperationType
 javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeInfault(MessageRefFaultType value)
          Create an instance of JAXBElement<MessageRefFaultType>}
 javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeInput(MessageRefType value)
          Create an instance of JAXBElement<MessageRefType>}
 javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeOutfault(MessageRefFaultType value)
          Create an instance of JAXBElement<MessageRefFaultType>}
 javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeOutput(MessageRefType value)
          Create an instance of JAXBElement<MessageRefType>}
 MessageRefFaultType createMessageRefFaultType()
          Create an instance of MessageRefFaultType
 MessageRefType createMessageRefType()
          Create an instance of MessageRefType
 Service createService()
          Create an instance of Service
 Types createTypes()
          Create an instance of Types
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.plasma.xml.wsdl.v20

Method Detail

createMessageRefFaultType

public MessageRefFaultType createMessageRefFaultType()
Create an instance of MessageRefFaultType


createBindingOperationMessageType

public BindingOperationMessageType createBindingOperationMessageType()
Create an instance of BindingOperationMessageType


createService

public Service createService()
Create an instance of Service


createBinding

public Binding createBinding()
Create an instance of Binding


createBindingOperationType

public BindingOperationType createBindingOperationType()
Create an instance of BindingOperationType


createInterfaceOperationType

public InterfaceOperationType createInterfaceOperationType()
Create an instance of InterfaceOperationType


createBindingFaultType

public BindingFaultType createBindingFaultType()
Create an instance of BindingFaultType


createInclude

public Include createInclude()
Create an instance of Include


createInterface

public Interface createInterface()
Create an instance of Interface


createBindingOperationFaultType

public BindingOperationFaultType createBindingOperationFaultType()
Create an instance of BindingOperationFaultType


createTypes

public Types createTypes()
Create an instance of Types


createMessageRefType

public MessageRefType createMessageRefType()
Create an instance of MessageRefType


createDescription

public Description createDescription()
Create an instance of Description


createInterfaceFaultType

public InterfaceFaultType createInterfaceFaultType()
Create an instance of InterfaceFaultType


createDocumentation

public Documentation createDocumentation()
Create an instance of Documentation


createEndpoint

public Endpoint createEndpoint()
Create an instance of Endpoint


createDocumentedType

public DocumentedType createDocumentedType()
Create an instance of DocumentedType


createImport

public Import createImport()
Create an instance of Import


createInterfaceOperation

public javax.xml.bind.JAXBElement<InterfaceOperationType> createInterfaceOperation(InterfaceOperationType value)
Create an instance of JAXBElement<InterfaceOperationType>}


createInterfaceFault

public javax.xml.bind.JAXBElement<InterfaceFaultType> createInterfaceFault(InterfaceFaultType value)
Create an instance of JAXBElement<InterfaceFaultType>}


createBindingOperationTypeOutfault

public javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeOutfault(BindingOperationFaultType value)
Create an instance of JAXBElement<BindingOperationFaultType>}


createBindingOperationTypeInput

public javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeInput(BindingOperationMessageType value)
Create an instance of JAXBElement<BindingOperationMessageType>}


createBindingOperationTypeOutput

public javax.xml.bind.JAXBElement<BindingOperationMessageType> createBindingOperationTypeOutput(BindingOperationMessageType value)
Create an instance of JAXBElement<BindingOperationMessageType>}


createBindingOperationTypeInfault

public javax.xml.bind.JAXBElement<BindingOperationFaultType> createBindingOperationTypeInfault(BindingOperationFaultType value)
Create an instance of JAXBElement<BindingOperationFaultType>}


createBindingOperation

public javax.xml.bind.JAXBElement<BindingOperationType> createBindingOperation(BindingOperationType value)
Create an instance of JAXBElement<BindingOperationType>}


createBindingFault

public javax.xml.bind.JAXBElement<BindingFaultType> createBindingFault(BindingFaultType value)
Create an instance of JAXBElement<BindingFaultType>}


createInterfaceOperationTypeOutfault

public javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeOutfault(MessageRefFaultType value)
Create an instance of JAXBElement<MessageRefFaultType>}


createInterfaceOperationTypeInput

public javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeInput(MessageRefType value)
Create an instance of JAXBElement<MessageRefType>}


createInterfaceOperationTypeOutput

public javax.xml.bind.JAXBElement<MessageRefType> createInterfaceOperationTypeOutput(MessageRefType value)
Create an instance of JAXBElement<MessageRefType>}


createInterfaceOperationTypeInfault

public javax.xml.bind.JAXBElement<MessageRefFaultType> createInterfaceOperationTypeInfault(MessageRefFaultType value)
Create an instance of JAXBElement<MessageRefFaultType>}



Copyright © 2013. All Rights Reserved.