public class GetMdDescriptionResponse 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="MdDescription" type="{http://p11073-10207/draft10/pm/2017/10/05}MdDescription"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MdDescription |
mdDescription |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
GetMdDescriptionResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
MdDescription |
getMdDescription()
Gets the value of the mdDescription property.
|
int |
hashCode() |
void |
setMdDescription(MdDescription value)
Sets the value of the mdDescription property.
|
String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected MdDescription mdDescription
public MdDescription getMdDescription()
MdDescriptionpublic void setMdDescription(MdDescription value)
value - allowed object is
MdDescriptionpublic String toString()
toString in class AbstractGetResponsepublic boolean equals(Object that)
equals in class AbstractGetResponsepublic int hashCode()
hashCode in class AbstractGetResponseCopyright © 2018. All rights reserved.