public class MDIB extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected BigInteger |
instanceId |
protected MDDescription |
mdDescription |
protected MDState |
mdState |
protected String |
sequenceId |
protected BigInteger |
sequenceNumber |
| Constructor and Description |
|---|
MDIB() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
BigInteger |
getInstanceId()
Gets the value of the instanceId property.
|
MDDescription |
getMdDescription()
Gets the value of the mdDescription property.
|
MDState |
getMdState()
Gets the value of the mdState property.
|
String |
getSequenceId()
Gets the value of the sequenceId property.
|
BigInteger |
getSequenceNumber()
The unique change version number of the MDIB.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setInstanceId(BigInteger value)
Sets the value of the instanceId property.
|
void |
setMdDescription(MDDescription value)
Sets the value of the mdDescription property.
|
void |
setMdState(MDState value)
Sets the value of the mdState property.
|
void |
setSequenceId(String value)
Sets the value of the sequenceId property.
|
void |
setSequenceNumber(BigInteger value)
Sets the value of the sequenceNumber property.
|
String |
toString() |
protected ExtensionType extension
protected MDDescription mdDescription
protected MDState mdState
protected BigInteger sequenceNumber
protected String sequenceId
protected BigInteger instanceId
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic MDDescription getMdDescription()
MDDescriptionpublic void setMdDescription(MDDescription value)
value - allowed object is
MDDescriptionpublic MDState getMdState()
MDStatepublic void setMdState(MDState value)
value - allowed object is
MDStatepublic BigInteger getSequenceNumber()
BigIntegerpublic void setSequenceNumber(BigInteger value)
value - allowed object is
BigIntegerpublic String getSequenceId()
Stringpublic void setSequenceId(String value)
value - allowed object is
Stringpublic BigInteger getInstanceId()
BigIntegerpublic void setInstanceId(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.