public class DataGraph extends Configuration
Java class for DataGraph complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataGraph">
<complexContent>
<extension base="{http://www.cloudgraph.org/config}Configuration">
<sequence>
<element name="RowKeyModel" type="{http://www.cloudgraph.org/config}RowKeyModel"/>
<element name="ColumnKeyModel" type="{http://www.cloudgraph.org/config}ColumnKeyModel"/>
</sequence>
<attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ColumnKeyModel |
columnKeyModel |
protected RowKeyModel |
rowKeyModel |
protected String |
type |
protected String |
uri |
properties| Constructor and Description |
|---|
DataGraph() |
| Modifier and Type | Method and Description |
|---|---|
ColumnKeyModel |
getColumnKeyModel()
Gets the value of the columnKeyModel property.
|
RowKeyModel |
getRowKeyModel()
Gets the value of the rowKeyModel property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setColumnKeyModel(ColumnKeyModel value)
Sets the value of the columnKeyModel property.
|
void |
setRowKeyModel(RowKeyModel value)
Sets the value of the rowKeyModel property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
getPropertiesprotected RowKeyModel rowKeyModel
protected ColumnKeyModel columnKeyModel
protected String uri
protected String type
public RowKeyModel getRowKeyModel()
RowKeyModelpublic void setRowKeyModel(RowKeyModel value)
value - allowed object is
RowKeyModelpublic ColumnKeyModel getColumnKeyModel()
ColumnKeyModelpublic void setColumnKeyModel(ColumnKeyModel value)
value - allowed object is
ColumnKeyModelpublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2024. All Rights Reserved.