easybox.testbinding0
Class ObjectFactory

java.lang.Object
  extended by easybox.testbinding0.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 easybox.testbinding0 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: easybox.testbinding0
 
Method Summary
 EJaxbComplexType0 createEJaxbComplexType0()
          Create an instance of EJaxbComplexType0
 EJaxbComplexType1 createEJaxbComplexType1()
          Create an instance of EJaxbComplexType1
 EJaxbComplexType2 createEJaxbComplexType2()
          Create an instance of EJaxbComplexType2
 EJaxbElement2 createEJaxbElement2()
          Create an instance of EJaxbElement2
 EJaxbElement3 createEJaxbElement3()
          Create an instance of EJaxbElement3
 javax.xml.bind.JAXBElement<EJaxbComplexType1> createElement1(EJaxbComplexType1 value)
          Create an instance of JAXBElement<EJaxbComplexType1>}
 
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: easybox.testbinding0

Method Detail

createEJaxbElement3

public EJaxbElement3 createEJaxbElement3()
Create an instance of EJaxbElement3


createEJaxbElement2

public EJaxbElement2 createEJaxbElement2()
Create an instance of EJaxbElement2


createEJaxbComplexType1

public EJaxbComplexType1 createEJaxbComplexType1()
Create an instance of EJaxbComplexType1


createEJaxbComplexType2

public EJaxbComplexType2 createEJaxbComplexType2()
Create an instance of EJaxbComplexType2


createEJaxbComplexType0

public EJaxbComplexType0 createEJaxbComplexType0()
Create an instance of EJaxbComplexType0


createElement1

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



Copyright © 2011 Petals Link. All Rights Reserved.