public class ContainmentTreeEntry
extends java.lang.Object
Java class for ContainmentTreeEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContainmentTreeEntry">
<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="Type" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" 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 javax.xml.namespace.QName |
entryType |
protected ExtensionTypeFixed |
extension |
protected java.lang.String |
handleRef |
protected java.lang.String |
parentHandleRef |
protected CodedValue |
type |
| Constructor and Description |
|---|
ContainmentTreeEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.Integer |
getChildrenCount()
Gets the value of the childrenCount 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.
|
CodedValue |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setChildrenCount(java.lang.Integer value)
Sets the value of the childrenCount property.
|
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.
|
void |
setType(CodedValue value)
Sets the value of the type property.
|
java.lang.String |
toString() |
protected ExtensionTypeFixed extension
protected CodedValue type
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 CodedValue getType()
CodedValuepublic void setType(CodedValue value)
value - allowed object is
CodedValuepublic 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.Object