public class NetworkNodeTO extends NodeTO implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
childCount |
private boolean |
isLeaf |
private NetworkPathHintTO |
pathHint |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
NetworkNodeTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getChildCount() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
NetworkPathHintTO |
getPathHint() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isIsLeaf() |
void |
setChildCount(int childCount) |
void |
setIsLeaf(boolean isLeaf) |
void |
setPathHint(NetworkPathHintTO pathHint) |
getEmphasis, getIconType, getId, getName, isIsManaged, setEmphasis, setIconType, setId, setIsManaged, setName
private int childCount
private boolean isLeaf
private NetworkPathHintTO pathHint
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public int getChildCount()
public void setChildCount(int childCount)
public boolean isIsLeaf()
public void setIsLeaf(boolean isLeaf)
public NetworkPathHintTO getPathHint()
public void setPathHint(NetworkPathHintTO pathHint)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)