org.plasma.xml.wsdl.v20
Class ObjectFactory

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

public class ObjectFactory
extends 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
 JAXBElement<BindingFaultType> createBindingFault(BindingFaultType value)
          Create an instance of JAXBElement<BindingFaultType>}
 BindingFaultType createBindingFaultType()
          Create an instance of BindingFaultType
 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
 JAXBElement<BindingOperationFaultType> createBindingOperationTypeInfault(BindingOperationFaultType value)
          Create an instance of JAXBElement<BindingOperationFaultType>}
 JAXBElement<BindingOperationMessageType> createBindingOperationTypeInput(BindingOperationMessageType value)
          Create an instance of JAXBElement<BindingOperationMessageType>}
 JAXBElement<BindingOperationFaultType> createBindingOperationTypeOutfault(BindingOperationFaultType value)
          Create an instance of JAXBElement<BindingOperationFaultType>}
 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
 JAXBElement<InterfaceFaultType> createInterfaceFault(InterfaceFaultType value)
          Create an instance of JAXBElement<InterfaceFaultType>}
 InterfaceFaultType createInterfaceFaultType()
          Create an instance of InterfaceFaultType
 JAXBElement<InterfaceOperationType> createInterfaceOperation(InterfaceOperationType value)
          Create an instance of JAXBElement<InterfaceOperationType>}
 InterfaceOperationType createInterfaceOperationType()
          Create an instance of InterfaceOperationType
 JAXBElement<MessageRefFaultType> createInterfaceOperationTypeInfault(MessageRefFaultType value)
          Create an instance of JAXBElement<MessageRefFaultType>}
 JAXBElement<MessageRefType> createInterfaceOperationTypeInput(MessageRefType value)
          Create an instance of JAXBElement<MessageRefType>}
 JAXBElement<MessageRefFaultType> createInterfaceOperationTypeOutfault(MessageRefFaultType value)
          Create an instance of JAXBElement<MessageRefFaultType>}
 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 JAXBElement<InterfaceOperationType> createInterfaceOperation(InterfaceOperationType value)
Create an instance of JAXBElement<InterfaceOperationType>}


createInterfaceFault

public JAXBElement<InterfaceFaultType> createInterfaceFault(InterfaceFaultType value)
Create an instance of JAXBElement<InterfaceFaultType>}


createBindingOperationTypeOutfault

public JAXBElement<BindingOperationFaultType> createBindingOperationTypeOutfault(BindingOperationFaultType value)
Create an instance of JAXBElement<BindingOperationFaultType>}


createBindingOperationTypeInput

public JAXBElement<BindingOperationMessageType> createBindingOperationTypeInput(BindingOperationMessageType value)
Create an instance of JAXBElement<BindingOperationMessageType>}


createBindingOperationTypeOutput

public JAXBElement<BindingOperationMessageType> createBindingOperationTypeOutput(BindingOperationMessageType value)
Create an instance of JAXBElement<BindingOperationMessageType>}


createBindingOperationTypeInfault

public JAXBElement<BindingOperationFaultType> createBindingOperationTypeInfault(BindingOperationFaultType value)
Create an instance of JAXBElement<BindingOperationFaultType>}


createBindingOperation

public JAXBElement<BindingOperationType> createBindingOperation(BindingOperationType value)
Create an instance of JAXBElement<BindingOperationType>}


createBindingFault

public JAXBElement<BindingFaultType> createBindingFault(BindingFaultType value)
Create an instance of JAXBElement<BindingFaultType>}


createInterfaceOperationTypeOutfault

public JAXBElement<MessageRefFaultType> createInterfaceOperationTypeOutfault(MessageRefFaultType value)
Create an instance of JAXBElement<MessageRefFaultType>}


createInterfaceOperationTypeInput

public JAXBElement<MessageRefType> createInterfaceOperationTypeInput(MessageRefType value)
Create an instance of JAXBElement<MessageRefType>}


createInterfaceOperationTypeOutput

public JAXBElement<MessageRefType> createInterfaceOperationTypeOutput(MessageRefType value)
Create an instance of JAXBElement<MessageRefType>}


createInterfaceOperationTypeInfault

public JAXBElement<MessageRefFaultType> createInterfaceOperationTypeInfault(MessageRefFaultType value)
Create an instance of JAXBElement<MessageRefFaultType>}



Copyright © 2014. All rights reserved.