public class InstanceIdentifier extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
ext |
protected ExtensionType |
extension |
protected List<LocalizedText> |
identifierNames |
protected String |
root |
protected CodedValue |
type |
| Constructor and Description |
|---|
InstanceIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getExt()
A character string as a unique identifier within the scope of pm:InstanceIdentifier/pm:Root.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
List<LocalizedText> |
getIdentifierNames()
IdentifierName is a localized human-readable name for the namespace represented in ./@Root.
|
String |
getRoot()
Gets the value of the root property.
|
CodedValue |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setExt(String value)
Sets the value of the ext property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setIdentifierNames(List<LocalizedText> value) |
void |
setRoot(String value)
Sets the value of the root property.
|
void |
setType(CodedValue value)
Sets the value of the type property.
|
String |
toString() |
protected ExtensionType extension
protected CodedValue type
protected List<LocalizedText> identifierNames
protected String root
protected String ext
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic CodedValue getType()
CodedValuepublic void setType(CodedValue value)
value - allowed object is
CodedValuepublic 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 © 2017. All rights reserved.