public class ContainmentTree extends 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://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
<element name="Entry" type="{http://p11073-10207/draft6/pm/2016/12/08}ContainmentTreeEntry" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://p11073-10207/draft6/pm/2016/12/08}ContainmentTreeInfo"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
children |
protected List<ContainmentTreeEntry> |
entries |
protected QName |
entryType |
protected ExtensionType |
extension |
protected String |
handleRef |
protected String |
parentHandleRef |
| Constructor and Description |
|---|
ContainmentTree() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Integer |
getChildren()
Number of child ELEMENTs that the CONTAINMENT TREE entry possesses.
|
List<ContainmentTreeEntry> |
getEntries()
An entry of a CONTAINMENT TREE ELEMENT.Gets the value of the entries property.
|
QName |
getEntryType()
Gets the value of the entryType property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getHandleRef()
Gets the value of the handleRef property.
|
String |
getParentHandleRef()
Gets the value of the parentHandleRef property.
|
int |
hashCode() |
void |
setChildren(Integer value)
Sets the value of the children property.
|
void |
setEntries(List<ContainmentTreeEntry> value) |
void |
setEntryType(QName value)
Sets the value of the entryType property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setHandleRef(String value)
Sets the value of the handleRef property.
|
void |
setParentHandleRef(String value)
Sets the value of the parentHandleRef property.
|
String |
toString() |
protected ExtensionType extension
protected List<ContainmentTreeEntry> entries
protected String handleRef
protected String parentHandleRef
protected QName entryType
protected Integer children
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic List<ContainmentTreeEntry> getEntries()
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 entries property.
For example, to add a new item, do as follows:
getEntries().add(newItem);
Objects of the following type(s) are allowed in the list
ContainmentTreeEntry
public String getHandleRef()
Stringpublic void setHandleRef(String value)
value - allowed object is
Stringpublic String getParentHandleRef()
Stringpublic void setParentHandleRef(String value)
value - allowed object is
Stringpublic QName getEntryType()
QNamepublic void setEntryType(QName value)
value - allowed object is
QNamepublic Integer getChildren()
Integerpublic void setChildren(Integer value)
value - allowed object is
Integerpublic void setEntries(List<ContainmentTreeEntry> value)
Copyright © 2017. All rights reserved.