public class URI extends Object
This an other 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.
TypeMap| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected List<TypeEntry> |
types |
| Constructor and Description |
|---|
URI() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The physical name used to identify a name or a resource.
|
List<TypeEntry> |
getTypes()
The collection of types within a URI map.
|
void |
setName(String value)
Sets the value of the name property.
|
public List<TypeEntry> getTypes()
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 types property.
For example, to add a new item, do as follows:
getTypes().add(newItem);
Objects of the following type(s) are allowed in the list
TypeEntry
public String getName()
StringCopyright © 2017. All Rights Reserved.