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://p11073-10207/draft10/msg/2017/10/05}AbstractGetResponse">
<sequence>
<element name="Mdib" type="{http://p11073-10207/draft10/pm/2017/10/05}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(Object that) |
Mdib |
getMdib()
Gets the value of the mdib property.
|
int |
hashCode() |
void |
setMdib(Mdib value)
Sets the value of the mdib property.
|
String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected Mdib mdib
public void setMdib(Mdib value)
value - allowed object is
Mdibpublic String toString()
toString in class AbstractGetResponsepublic boolean equals(Object that)
equals in class AbstractGetResponsepublic int hashCode()
hashCode in class AbstractGetResponseCopyright © 2018. All rights reserved.