org.cassandraunit.dataset.xml
Class ColumnFamilies
java.lang.Object
org.cassandraunit.dataset.xml.ColumnFamilies
public class ColumnFamilies
- extends Object
Java class for ColumnFamilies complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColumnFamilies">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="columnFamily" type="{http://xml.dataset.cassandraunit.org}ColumnFamily" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
columnFamily
protected List<ColumnFamily> columnFamily
ColumnFamilies
public ColumnFamilies()
getColumnFamily
public List<ColumnFamily> getColumnFamily()
- Gets the value of the columnFamily property.
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 columnFamily property.
For example, to add a new item, do as follows:
getColumnFamily().add(newItem);
Objects of the following type(s) are allowed in the list
ColumnFamily
Copyright © 2011. All Rights Reserved.