public class InstanceIdentifier
extends java.lang.Object
Java class for InstanceIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InstanceIdentifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="Type" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" minOccurs="0"/>
<element name="IdentifierName" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Root">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyURI">
<minLength value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Extension">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionTypeFixed |
extension |
protected java.util.List<LocalizedText> |
identifierName |
protected java.lang.String |
root |
protected CodedValue |
type |
protected java.lang.String |
xtnsn |
| Constructor and Description |
|---|
InstanceIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.util.List<LocalizedText> |
getIdentifierName()
Gets the value of the identifierName property.
|
java.lang.String |
getRoot()
Gets the value of the root property.
|
CodedValue |
getType()
Gets the value of the type property.
|
java.lang.String |
getXtnsn()
Gets the value of the xtnsn property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setIdentifierName(java.util.List<LocalizedText> value) |
void |
setRoot(java.lang.String value)
Sets the value of the root property.
|
void |
setType(CodedValue value)
Sets the value of the type property.
|
void |
setXtnsn(java.lang.String value)
Sets the value of the xtnsn property.
|
java.lang.String |
toString() |
protected ExtensionTypeFixed extension
protected CodedValue type
protected java.util.List<LocalizedText> identifierName
protected java.lang.String root
protected java.lang.String xtnsn
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 java.util.List<LocalizedText> getIdentifierName()
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 identifierName property.
For example, to add a new item, do as follows:
getIdentifierName().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public java.lang.String getRoot()
Stringpublic void setRoot(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getXtnsn()
Stringpublic void setXtnsn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setIdentifierName(java.util.List<LocalizedText> value)