public static class AbstractMetricDescriptor.Relation
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<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="Code" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" minOccurs="0"/>
<element name="Identification" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" minOccurs="0"/>
</sequence>
<attribute name="Kind" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Rcm"/>
<enumeration value="PS"/>
<enumeration value="SST"/>
<enumeration value="ECE"/>
<enumeration value="DCE"/>
<enumeration value="Oth"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Entries" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}EntryRef" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
code |
protected java.util.List<java.lang.String> |
entries |
protected ExtensionType |
extension |
protected InstanceIdentifier |
identification |
protected java.lang.String |
kind |
| Constructor and Description |
|---|
Relation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
CodedValue |
getCode()
Gets the value of the code property.
|
java.util.List<java.lang.String> |
getEntries()
Gets the value of the entries property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
InstanceIdentifier |
getIdentification()
Gets the value of the identification property.
|
java.lang.String |
getKind()
Gets the value of the kind property.
|
int |
hashCode() |
void |
setCode(CodedValue value)
Sets the value of the code property.
|
void |
setEntries(java.util.List<java.lang.String> value) |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setIdentification(InstanceIdentifier value)
Sets the value of the identification property.
|
void |
setKind(java.lang.String value)
Sets the value of the kind property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected CodedValue code
protected InstanceIdentifier identification
protected java.lang.String kind
protected java.util.List<java.lang.String> entries
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic CodedValue getCode()
CodedValuepublic void setCode(CodedValue value)
value - allowed object is
CodedValuepublic InstanceIdentifier getIdentification()
InstanceIdentifierpublic void setIdentification(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic java.lang.String getKind()
Stringpublic void setKind(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getEntries()
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 entries property.
For example, to add a new item, do as follows:
getEntries().add(newItem);
Objects of the following type(s) are allowed in the list
String
public 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 setEntries(java.util.List<java.lang.String> value)