public class StateModel extends Object
In general, mappings within the state structure are designed and included for the purpose of consolidation of potentially repetitive data which would otherwise be included within cells as column data or as part of composite column qualifiers.
Java class for StateModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StateModel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="URI" type="{http://www.cloudgraph.org/state}URI" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
StateModel() |
public List<URI> getURIS()
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 uris property.
For example, to add a new item, do as follows:
getURIS().add(newItem);
Objects of the following type(s) are allowed in the list
URI
Copyright © 2017. All Rights Reserved.