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://message-model-uri/15/04}AbstractGetResponse">
<sequence>
<element name="ContainmentTree" type="{http://domain-model-uri/15/04}ContainmentTree"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContainmentTree |
containmentTree |
extension, sequenceNumber| Constructor and Description |
|---|
GetContainmentTreeResponse() |
| Modifier and Type | Method and Description |
|---|---|
ContainmentTree |
getContainmentTree()
Gets the value of the containmentTree property.
|
void |
setContainmentTree(ContainmentTree value)
Sets the value of the containmentTree property.
|
getExtension, getSequenceNumber, setExtension, setSequenceNumberprotected ContainmentTree containmentTree
public ContainmentTree getContainmentTree()
ContainmentTreepublic void setContainmentTree(ContainmentTree value)
value - allowed object is
ContainmentTreeCopyright © 2016. All rights reserved.