public class ContainmentTree
extends java.lang.Object
Java class for ContainmentTree complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContainmentTree">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="Entry" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ContainmentTreeEntry" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ContainmentTreeInfo"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
childrenCount |
protected java.util.List<ContainmentTreeEntry> |
entry |
protected javax.xml.namespace.QName |
entryType |
protected ExtensionTypeFixed |
extension |
protected java.lang.String |
handleRef |
protected java.lang.String |
parentHandleRef |
| Constructor and Description |
|---|
ContainmentTree() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.Integer |
getChildrenCount()
Gets the value of the childrenCount property.
|
java.util.List<ContainmentTreeEntry> |
getEntry()
Gets the value of the entry property.
|
javax.xml.namespace.QName |
getEntryType()
Gets the value of the entryType property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getHandleRef()
Gets the value of the handleRef property.
|
java.lang.String |
getParentHandleRef()
Gets the value of the parentHandleRef property.
|
int |
hashCode() |
void |
setChildrenCount(java.lang.Integer value)
Sets the value of the childrenCount property.
|
void |
setEntry(java.util.List<ContainmentTreeEntry> value) |
void |
setEntryType(javax.xml.namespace.QName value)
Sets the value of the entryType property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setHandleRef(java.lang.String value)
Sets the value of the handleRef property.
|
void |
setParentHandleRef(java.lang.String value)
Sets the value of the parentHandleRef property.
|
java.lang.String |
toString() |
protected ExtensionTypeFixed extension
protected java.util.List<ContainmentTreeEntry> entry
protected java.lang.String handleRef
protected java.lang.String parentHandleRef
protected javax.xml.namespace.QName entryType
protected java.lang.Integer childrenCount
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.util.List<ContainmentTreeEntry> getEntry()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the entry property.
For example, to add a new item, do as follows:
getEntry().add(newItem);
Objects of the following type(s) are allowed in the list
ContainmentTreeEntry
public java.lang.String getHandleRef()
Stringpublic void setHandleRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getParentHandleRef()
Stringpublic void setParentHandleRef(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getEntryType()
QNamepublic void setEntryType(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.Integer getChildrenCount()
Integerpublic void setChildrenCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setEntry(java.util.List<ContainmentTreeEntry> value)