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