org.apache.cassandra.loader
Class TimestampType

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

public class TimestampType
extends java.lang.Object

Java class for TimestampType complex type.

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

 <complexType name="TimestampType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Field" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer field
           
 
Constructor Summary
TimestampType()
           
 
Method Summary
 java.lang.Integer getField()
          Gets the value of the field property.
 void setField(java.lang.Integer value)
          Sets the value of the field property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected java.lang.Integer field
Constructor Detail

TimestampType

public TimestampType()
Method Detail

getField

public java.lang.Integer getField()
Gets the value of the field property.

Returns:
possible object is Integer

setField

public void setField(java.lang.Integer value)
Sets the value of the field property.

Parameters:
value - allowed object is Integer


Copyright © 2009 The Apache Software Foundation