|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.loader.ColumnFamilyType
public class ColumnFamilyType
Java class for ColumnFamilyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColumnFamilyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Column" type="{}ColumnType" maxOccurs="unbounded"/> <element name="SuperColumn" type="{}SuperColumnType"/> <element name="Directory" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Delimiter" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<ColumnType> |
column
|
protected java.lang.String |
delimiter
|
protected java.lang.String |
directory
|
protected java.lang.String |
name
|
protected SuperColumnType |
superColumn
|
Constructor Summary | |
---|---|
ColumnFamilyType()
|
Method Summary | |
---|---|
java.util.List<ColumnType> |
getColumn()
Gets the value of the column property. |
java.lang.String |
getDelimiter()
Gets the value of the delimiter property. |
java.lang.String |
getDirectory()
Gets the value of the directory property. |
java.lang.String |
getName()
Gets the value of the name property. |
SuperColumnType |
getSuperColumn()
Gets the value of the superColumn property. |
void |
setDelimiter(java.lang.String value)
Sets the value of the delimiter property. |
void |
setDirectory(java.lang.String value)
Sets the value of the directory property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSuperColumn(SuperColumnType value)
Sets the value of the superColumn property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<ColumnType> column
protected SuperColumnType superColumn
protected java.lang.String directory
protected java.lang.String delimiter
protected java.lang.String name
Constructor Detail |
---|
public ColumnFamilyType()
Method Detail |
---|
public java.util.List<ColumnType> getColumn()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the column property.
For example, to add a new item, do as follows:
getColumn().add(newItem);
Objects of the following type(s) are allowed in the list
ColumnType
public SuperColumnType getSuperColumn()
SuperColumnType
public void setSuperColumn(SuperColumnType value)
value
- allowed object is
SuperColumnType
public java.lang.String getDirectory()
String
public void setDirectory(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDelimiter()
String
public void setDelimiter(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |