public class GetMdibResponse extends AbstractGetResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractGetResponse">
<sequence>
<element name="Mdib" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Mdib"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Mdib |
mdib |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
GetMdibResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
Mdib |
getMdib()
Gets the value of the mdib property.
|
int |
hashCode() |
void |
setMdib(Mdib value)
Sets the value of the mdib property.
|
java.lang.String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected Mdib mdib
public void setMdib(Mdib value)
value - allowed object is
Mdibpublic java.lang.String toString()
toString in class AbstractGetResponsepublic boolean equals(java.lang.Object that)
equals in class AbstractGetResponsepublic int hashCode()
hashCode in class AbstractGetResponse