|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.loader.ColumnType
public class ColumnType
Java class for ColumnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColumnType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Value" type="{}ValueType"/> <element name="Timestamp" type="{}TimestampType"/> </sequence> <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Field" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Integer |
field
|
protected java.lang.String |
name
|
protected TimestampType |
timestamp
|
protected ValueType |
value
|
Constructor Summary | |
---|---|
ColumnType()
|
Method Summary | |
---|---|
java.lang.Integer |
getField()
Gets the value of the field property. |
java.lang.String |
getName()
Gets the value of the name property. |
TimestampType |
getTimestamp()
Gets the value of the timestamp property. |
ValueType |
getValue()
Gets the value of the value property. |
void |
setField(java.lang.Integer value)
Sets the value of the field property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTimestamp(TimestampType value)
Sets the value of the timestamp property. |
void |
setValue(ValueType value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ValueType value
protected TimestampType timestamp
protected java.lang.String name
protected java.lang.Integer field
Constructor Detail |
---|
public ColumnType()
Method Detail |
---|
public ValueType getValue()
ValueType
public void setValue(ValueType value)
value
- allowed object is
ValueType
public TimestampType getTimestamp()
TimestampType
public void setTimestamp(TimestampType value)
value
- allowed object is
TimestampType
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getField()
Integer
public void setField(java.lang.Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |