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://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="Code" type="{http://p11073-10207/draft10/pm/2017/10/05}CodedValue" minOccurs="0"/>
<element name="Identification" type="{http://p11073-10207/draft10/pm/2017/10/05}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://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
code |
protected 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.
|
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(String value)
Sets the value of the entries property.
|
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
protected 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 String getKind()
Stringpublic void setKind(String value)
value - allowed object is
Stringpublic String getEntries()
Stringpublic void setEntries(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.