public class ContainmentTreeEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
children |
protected QName |
entryType |
protected Extension |
extension |
protected String |
handleRef |
protected String |
parentHandleRef |
protected CodedValue |
type |
| Constructor and Description |
|---|
ContainmentTreeEntry() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChildren()
Number of child element that the descriptor possesses that this containment tree entry represents.
|
QName |
getEntryType()
Gets the value of the entryType property.
|
Extension |
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.
|
void |
setChildren(Integer value)
Sets the value of the children property.
|
void |
setEntryType(QName value)
Sets the value of the entryType property.
|
void |
setExtension(Extension 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.
|
protected Extension extension
protected CodedValue type
protected String handleRef
protected String parentHandleRef
protected QName entryType
protected Integer children
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic 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()
IntegerCopyright © 2016. All rights reserved.