public class ContainmentTreeEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
children |
protected QName |
entryType |
protected ExtensionType |
extension |
protected String |
handleRef |
protected String |
parentHandleRef |
protected CodedValue |
type |
| Constructor and Description |
|---|
ContainmentTreeEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Integer |
getChildren()
Number of child ELEMENTs that the CONTAINMENT TREE entry possesses.
|
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.
|
CodedValue |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setChildren(Integer value)
Sets the value of the children property.
|
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.
|
void |
setType(CodedValue value)
Sets the value of the type property.
|
String |
toString() |
protected ExtensionType extension
protected CodedValue type
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 CodedValue getType()
CodedValuepublic void setType(CodedValue value)
value - allowed object is
CodedValuepublic 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
IntegerCopyright © 2018. All rights reserved.