public class RowKeyModel extends Object
Java class for RowKeyModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RowKeyModel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RowKeyField" type="{http://www.cloudgraph.org/config}RowKeyField" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="fieldDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" default="|" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldDelimiter |
protected List<RowKeyField> |
rowKeyFields |
| Constructor and Description |
|---|
RowKeyModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldDelimiter()
Gets the value of the fieldDelimiter property.
|
List<RowKeyField> |
getRowKeyFields()
Gets the value of the rowKeyFields property.
|
void |
setFieldDelimiter(String value)
Sets the value of the fieldDelimiter property.
|
protected List<RowKeyField> rowKeyFields
protected String fieldDelimiter
public List<RowKeyField> getRowKeyFields()
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 Jakarta XML Binding object.
This is why there is not a set method for the rowKeyFields property.
For example, to add a new item, do as follows:
getRowKeyFields().add(newItem);
Objects of the following type(s) are allowed in the list
RowKeyField
public String getFieldDelimiter()
StringCopyright © 2024. All Rights Reserved.