org.fusesource.amqp.generator.jaxb
Class ObjectFactory

java.lang.Object
  extended by org.fusesource.amqp.generator.jaxb.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.fusesource.amqp.generator.jaxb 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.fusesource.amqp.generator.jaxb
 
Method Summary
 Amqp createAmqp()
          Create an instance of Amqp
 Anchor createAnchor()
          Create an instance of Anchor
 B createB()
          Create an instance of B
 Br createBr()
          Create an instance of Br
 Choice createChoice()
          Create an instance of Choice
 Dd createDd()
          Create an instance of Dd
 Definition createDefinition()
          Create an instance of Definition
 Descriptor createDescriptor()
          Create an instance of Descriptor
 Dl createDl()
          Create an instance of Dl
 Doc createDoc()
          Create an instance of Doc
 Dt createDt()
          Create an instance of Dt
 Encoding createEncoding()
          Create an instance of Encoding
 Field createField()
          Create an instance of Field
 I createI()
          Create an instance of I
 Li createLi()
          Create an instance of Li
 Ol createOl()
          Create an instance of Ol
 P createP()
          Create an instance of P
 Picture createPicture()
          Create an instance of Picture
 Section createSection()
          Create an instance of Section
 Sub createSub()
          Create an instance of Sub
 Sup createSup()
          Create an instance of Sup
 Term createTerm()
          Create an instance of Term
 Todo createTodo()
          Create an instance of Todo
 Type createType()
          Create an instance of Type
 Ul createUl()
          Create an instance of Ul
 Xref createXref()
          Create an instance of Xref
 
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.fusesource.amqp.generator.jaxb

Method Detail

createDefinition

public Definition createDefinition()
Create an instance of Definition


createPicture

public Picture createPicture()
Create an instance of Picture


createTodo

public Todo createTodo()
Create an instance of Todo


createUl

public Ul createUl()
Create an instance of Ul


createDescriptor

public Descriptor createDescriptor()
Create an instance of Descriptor


createDd

public Dd createDd()
Create an instance of Dd


createAnchor

public Anchor createAnchor()
Create an instance of Anchor


createField

public Field createField()
Create an instance of Field


createSection

public Section createSection()
Create an instance of Section


createAmqp

public Amqp createAmqp()
Create an instance of Amqp


createEncoding

public Encoding createEncoding()
Create an instance of Encoding


createSup

public Sup createSup()
Create an instance of Sup


createP

public P createP()
Create an instance of P


createB

public B createB()
Create an instance of B


createLi

public Li createLi()
Create an instance of Li


createDoc

public Doc createDoc()
Create an instance of Doc


createChoice

public Choice createChoice()
Create an instance of Choice


createTerm

public Term createTerm()
Create an instance of Term


createDt

public Dt createDt()
Create an instance of Dt


createDl

public Dl createDl()
Create an instance of Dl


createSub

public Sub createSub()
Create an instance of Sub


createXref

public Xref createXref()
Create an instance of Xref


createBr

public Br createBr()
Create an instance of Br


createType

public Type createType()
Create an instance of Type


createOl

public Ol createOl()
Create an instance of Ol


createI

public I createI()
Create an instance of I



Copyright © 2012 FuseSource. All Rights Reserved.