public class MdDescription extends 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://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="Mds" type="{http://p11073-10207/draft10/pm/2017/10/05}MdsDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="DescriptionVersion" type="{http://p11073-10207/draft10/pm/2017/10/05}VersionCounter" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
descriptionVersion |
protected ExtensionType |
extension |
protected List<MdsDescriptor> |
mds |
| Constructor and Description |
|---|
MdDescription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigInteger |
getDescriptionVersion()
Gets the value of the descriptionVersion property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
List<MdsDescriptor> |
getMds()
Gets the value of the mds property.
|
int |
hashCode() |
void |
setDescriptionVersion(BigInteger value)
Sets the value of the descriptionVersion property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setMds(List<MdsDescriptor> value) |
String |
toString() |
protected ExtensionType extension
protected List<MdsDescriptor> mds
protected BigInteger descriptionVersion
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic 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 BigInteger getDescriptionVersion()
BigIntegerpublic void setDescriptionVersion(BigInteger value)
value - allowed object is
BigIntegerpublic void setMds(List<MdsDescriptor> value)
Copyright © 2017. All rights reserved.