public static class AbstractMetricDescriptor.Relation extends 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 List<String> |
entries |
protected ExtensionType |
extension |
protected InstanceIdentifier |
identification |
protected String |
kind |
| Constructor and Description |
|---|
Relation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
CodedValue |
getCode()
Gets the value of the code property.
|
List<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.
|
String |
getKind()
Gets the value of the kind property.
|
int |
hashCode() |
void |
setCode(CodedValue value)
Sets the value of the code property.
|
void |
setEntries(List<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(String value)
Sets the value of the kind property.
|
String |
toString() |
protected ExtensionType extension
protected CodedValue code
protected InstanceIdentifier identification
protected String kind
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 String getKind()
Stringpublic void setKind(String value)
value - allowed object is
Stringpublic List<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
Copyright © 2018. All rights reserved.