org.apache.cassandra.loader
Class ObjectFactory

java.lang.Object
  extended by org.apache.cassandra.loader.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 com.facebook.infrastructure.loader 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: com.facebook.infrastructure.loader
 
Method Summary
 javax.xml.bind.JAXBElement<ColumnType> createColumn(ColumnType value)
          Create an instance of JAXBElement<ColumnType>}
 ColumnFamilyType createColumnFamilyType()
          Create an instance of ColumnFamilyType
 ColumnType createColumnType()
          Create an instance of ColumnType
 FieldCollection createFieldCollection()
          Create an instance of FieldCollection
 Importer createImporter()
          Create an instance of Importer
 KeyType createKeyType()
          Create an instance of KeyType
 javax.xml.bind.JAXBElement<SuperColumnType> createSuperColumn(SuperColumnType value)
          Create an instance of JAXBElement<SuperColumnType>}
 SuperColumnType createSuperColumnType()
          Create an instance of SuperColumnType
 javax.xml.bind.JAXBElement<java.lang.String> createTable(java.lang.String value)
          Create an instance of JAXBElement<String>}
 TimestampType createTimestampType()
          Create an instance of TimestampType
 ValueType createValueType()
          Create an instance of ValueType
 
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: com.facebook.infrastructure.loader

Method Detail

createKeyType

public KeyType createKeyType()
Create an instance of KeyType


createSuperColumnType

public SuperColumnType createSuperColumnType()
Create an instance of SuperColumnType


createColumnType

public ColumnType createColumnType()
Create an instance of ColumnType


createImporter

public Importer createImporter()
Create an instance of Importer


createColumnFamilyType

public ColumnFamilyType createColumnFamilyType()
Create an instance of ColumnFamilyType


createTimestampType

public TimestampType createTimestampType()
Create an instance of TimestampType


createFieldCollection

public FieldCollection createFieldCollection()
Create an instance of FieldCollection


createValueType

public ValueType createValueType()
Create an instance of ValueType


createSuperColumn

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


createTable

public javax.xml.bind.JAXBElement<java.lang.String> createTable(java.lang.String value)
Create an instance of JAXBElement<String>}


createColumn

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



Copyright © 2009 The Apache Software Foundation