public class InstanceIdentifier extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
ext |
protected Extension |
extension |
protected List<LocalizedText> |
identifierNames |
protected String |
root |
| Constructor and Description |
|---|
InstanceIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExt()
A character string as a unique identifier within the scope of the identifier root.
|
Extension |
getExtension()
Gets the value of the extension property.
|
List<LocalizedText> |
getIdentifierNames()
This is a localized human-readable name for the namespace represented in the root.
|
String |
getRoot()
Gets the value of the root property.
|
void |
setExt(String value)
Sets the value of the ext property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setIdentifierNames(List<LocalizedText> value) |
void |
setRoot(String value)
Sets the value of the root property.
|
protected Extension extension
protected List<LocalizedText> identifierNames
protected String root
protected String ext
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic List<LocalizedText> getIdentifierNames()
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 identifierNames property.
For example, to add a new item, do as follows:
getIdentifierNames().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public String getRoot()
Stringpublic void setRoot(String value)
value - allowed object is
Stringpublic String getExt()
Stringpublic void setExt(String value)
value - allowed object is
Stringpublic void setIdentifierNames(List<LocalizedText> value)
Copyright © 2016. All rights reserved.