org.jomc.sdk.model
Class ObjectFactory

Package class diagram package ObjectFactory
java.lang.Object
  extended by org.jomc.sdk.model.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.jomc.sdk.model 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
Constructor and Description
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jomc.sdk.model
 
Method Summary
Modifier and Type Method and Description
 javax.xml.bind.JAXBElement<ItemType> createItem(ItemType value)
          Create an instance of JAXBElement<ItemType>}
 ItemType createItemType()
          Create an instance of ItemType
 javax.xml.bind.JAXBElement<ListType> createList(ListType value)
          Create an instance of JAXBElement<ListType>}
 ListType createListType()
          Create an instance of ListType
 javax.xml.bind.JAXBElement<MapType> createMap(MapType value)
          Create an instance of JAXBElement<MapType>}
 MapType createMapType()
          Create an instance of MapType
 MapType.Entry createMapTypeEntry()
          Create an instance of MapType.Entry
 javax.xml.bind.JAXBElement<SchemaType> createSchema(SchemaType value)
          Create an instance of JAXBElement<SchemaType>}
 javax.xml.bind.JAXBElement<SchemasType> createSchemas(SchemasType value)
          Create an instance of JAXBElement<SchemasType>}
 SchemasType createSchemasType()
          Create an instance of SchemasType
 SchemaType createSchemaType()
          Create an instance of SchemaType
 
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.jomc.sdk.model

Method Detail

createItemType

public ItemType createItemType()
Create an instance of ItemType


createMapTypeEntry

public MapType.Entry createMapTypeEntry()
Create an instance of MapType.Entry


createListType

public ListType createListType()
Create an instance of ListType


createSchemasType

public SchemasType createSchemasType()
Create an instance of SchemasType


createSchemaType

public SchemaType createSchemaType()
Create an instance of SchemaType


createMapType

public MapType createMapType()
Create an instance of MapType


createSchema

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


createItem

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


createMap

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


createList

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


createSchemas

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



Copyright © 2005-2010 The JOMC Project. All Rights Reserved.