public class MDDescription extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
descriptorVersion |
protected ExtensionType |
extension |
protected List<MDSDescriptor> |
mdsDescriptors |
| Constructor and Description |
|---|
MDDescription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigInteger |
getDescriptorVersion()
Version number of the description.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
List<MDSDescriptor> |
getMDSDescriptors()
List of MDSs that are contained in the MDIB.Gets the value of the mdsDescriptors property.
|
int |
hashCode() |
void |
setDescriptorVersion(BigInteger value)
Sets the value of the descriptorVersion property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setMDSDescriptors(List<MDSDescriptor> value) |
String |
toString() |
protected ExtensionType extension
protected List<MDSDescriptor> mdsDescriptors
protected BigInteger descriptorVersion
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic List<MDSDescriptor> getMDSDescriptors()
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 mdsDescriptors property.
For example, to add a new item, do as follows:
getMDSDescriptors().add(newItem);
Objects of the following type(s) are allowed in the list
MDSDescriptor
public BigInteger getDescriptorVersion()
BigIntegerpublic void setDescriptorVersion(BigInteger value)
value - allowed object is
BigIntegerpublic void setMDSDescriptors(List<MDSDescriptor> value)
Copyright © 2017. All rights reserved.