org.plasma.xml.wsdl.v11.soap
Class ObjectFactory

java.lang.Object
  extended by org.plasma.xml.wsdl.v11.soap.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.v11.soap 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.v11.soap
 
Method Summary
 Address createAddress()
          Create an instance of Address
 Binding createBinding()
          Create an instance of Binding
 javax.xml.bind.JAXBElement<TBody> createBody(TBody value)
          Create an instance of JAXBElement<TBody>}
 Fault createFault()
          Create an instance of Fault
 Header createHeader()
          Create an instance of Header
 Headerfault createHeaderfault()
          Create an instance of Headerfault
 Operation createOperation()
          Create an instance of Operation
 TBody createTBody()
          Create an instance of TBody
 
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.v11.soap

Method Detail

createFault

public Fault createFault()
Create an instance of Fault


createHeaderfault

public Headerfault createHeaderfault()
Create an instance of Headerfault


createTBody

public TBody createTBody()
Create an instance of TBody


createHeader

public Header createHeader()
Create an instance of Header


createOperation

public Operation createOperation()
Create an instance of Operation


createBinding

public Binding createBinding()
Create an instance of Binding


createAddress

public Address createAddress()
Create an instance of Address


createBody

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



Copyright © 2013. All Rights Reserved.