public class MdDescription
extends java.lang.Object
Java class for MdDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MdDescription">
<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="Mds" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MdsDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="DescriptionVersion" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}VersionCounter" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
descriptionVersion |
protected ExtensionTypeFixed |
extension |
protected java.util.List<MdsDescriptor> |
mds |
| Constructor and Description |
|---|
MdDescription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.math.BigInteger |
getDescriptionVersion()
Gets the value of the descriptionVersion property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.util.List<MdsDescriptor> |
getMds()
Gets the value of the mds property.
|
int |
hashCode() |
void |
setDescriptionVersion(java.math.BigInteger value)
Sets the value of the descriptionVersion property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setMds(java.util.List<MdsDescriptor> value) |
java.lang.String |
toString() |
protected ExtensionTypeFixed extension
protected java.util.List<MdsDescriptor> mds
protected java.math.BigInteger descriptionVersion
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.util.List<MdsDescriptor> getMds()
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 mds property.
For example, to add a new item, do as follows:
getMds().add(newItem);
Objects of the following type(s) are allowed in the list
MdsDescriptor
public java.math.BigInteger getDescriptionVersion()
BigIntegerpublic void setDescriptionVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic 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 setMds(java.util.List<MdsDescriptor> value)