public class MDIB extends Object
| Modifier and Type | Field and Description |
|---|---|
protected MDDescription |
description |
protected Extension |
extension |
protected BigInteger |
sequenceNumber |
protected MDState |
states |
| Constructor and Description |
|---|
MDIB() |
| Modifier and Type | Method and Description |
|---|---|
MDDescription |
getDescription()
Contains the descriptive part of the MDIB.
|
Extension |
getExtension()
Gets the value of the extension property.
|
BigInteger |
getSequenceNumber()
The unique change version number of the MDIB.
|
MDState |
getStates()
Contains the state part of the MDIB.
|
void |
setDescription(MDDescription value)
Sets the value of the description property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setSequenceNumber(BigInteger value)
Sets the value of the sequenceNumber property.
|
void |
setStates(MDState value)
Sets the value of the states property.
|
protected Extension extension
protected MDDescription description
protected MDState states
protected BigInteger sequenceNumber
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic MDDescription getDescription()
MDDescriptionpublic void setDescription(MDDescription value)
value - allowed object is
MDDescriptionpublic MDState getStates()
MDStatepublic void setStates(MDState value)
value - allowed object is
MDStatepublic BigInteger getSequenceNumber()
BigIntegerpublic void setSequenceNumber(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016. All rights reserved.