org.apache.cassandra.loader
Class SuperColumnType

java.lang.Object
  extended by org.apache.cassandra.loader.SuperColumnType

public class SuperColumnType
extends java.lang.Object

Java class for SuperColumnType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SuperColumnType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Fields" type="{}FieldCollection"/>
       </sequence>
       <attribute name="Tokenize" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  FieldCollection fields
           
protected  java.lang.Boolean tokenize
           
 
Constructor Summary
SuperColumnType()
           
 
Method Summary
 FieldCollection getFields()
          Gets the value of the fields property.
 java.lang.Boolean isTokenize()
          Gets the value of the tokenize property.
 void setFields(FieldCollection value)
          Sets the value of the fields property.
 void setTokenize(java.lang.Boolean value)
          Sets the value of the tokenize property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fields

protected FieldCollection fields

tokenize

protected java.lang.Boolean tokenize
Constructor Detail

SuperColumnType

public SuperColumnType()
Method Detail

getFields

public FieldCollection getFields()
Gets the value of the fields property.

Returns:
possible object is FieldCollection

setFields

public void setFields(FieldCollection value)
Sets the value of the fields property.

Parameters:
value - allowed object is FieldCollection

isTokenize

public java.lang.Boolean isTokenize()
Gets the value of the tokenize property.

Returns:
possible object is Boolean

setTokenize

public void setTokenize(java.lang.Boolean value)
Sets the value of the tokenize property.

Parameters:
value - allowed object is Boolean


Copyright © 2009 The Apache Software Foundation