public class Mdib extends Object
Java class for Mdib complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Mdib">
<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="MdDescription" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MdDescription" minOccurs="0"/>
<element name="MdState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MdState" minOccurs="0"/>
</sequence>
<attGroup ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MdibVersionGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected BigInteger |
instanceId |
protected MdDescription |
mdDescription |
protected BigInteger |
mdibVersion |
protected MdState |
mdState |
protected String |
sequenceId |
| 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.
|
BigInteger |
getMdibVersion()
Gets the value of the mdibVersion property.
|
MdState |
getMdState()
Gets the value of the mdState property.
|
String |
getSequenceId()
Gets the value of the sequenceId property.
|
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 |
setMdibVersion(BigInteger value)
Sets the value of the mdibVersion property.
|
void |
setMdState(MdState value)
Sets the value of the mdState property.
|
void |
setSequenceId(String value)
Sets the value of the sequenceId property.
|
String |
toString() |
protected ExtensionType extension
protected MdDescription mdDescription
protected MdState mdState
protected BigInteger mdibVersion
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 getMdibVersion()
BigIntegerpublic void setMdibVersion(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 © 2018. All rights reserved.