public class Mdib
extends java.lang.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 java.math.BigInteger |
instanceId |
protected MdDescription |
mdDescription |
protected java.math.BigInteger |
mdibVersion |
protected MdState |
mdState |
protected java.lang.String |
sequenceId |
| Constructor and Description |
|---|
Mdib() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.math.BigInteger |
getInstanceId()
Gets the value of the instanceId property.
|
MdDescription |
getMdDescription()
Gets the value of the mdDescription property.
|
java.math.BigInteger |
getMdibVersion()
Gets the value of the mdibVersion property.
|
MdState |
getMdState()
Gets the value of the mdState property.
|
java.lang.String |
getSequenceId()
Gets the value of the sequenceId property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setInstanceId(java.math.BigInteger value)
Sets the value of the instanceId property.
|
void |
setMdDescription(MdDescription value)
Sets the value of the mdDescription property.
|
void |
setMdibVersion(java.math.BigInteger value)
Sets the value of the mdibVersion property.
|
void |
setMdState(MdState value)
Sets the value of the mdState property.
|
void |
setSequenceId(java.lang.String value)
Sets the value of the sequenceId property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected MdDescription mdDescription
protected MdState mdState
protected java.math.BigInteger mdibVersion
protected java.lang.String sequenceId
protected java.math.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 java.math.BigInteger getMdibVersion()
BigIntegerpublic void setMdibVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getSequenceId()
Stringpublic void setSequenceId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getInstanceId()
BigIntegerpublic void setInstanceId(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object