|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.borland.tm.webservices.tmplanning.entities.Entity
com.borland.tm.webservices.tmplanning.entities.NamedEntity
com.borland.tm.webservices.tmplanning.entities.NodeParameter
public class NodeParameter
| Constructor Summary | |
|---|---|
NodeParameter()
|
|
NodeParameter(int id,
java.lang.String name,
java.lang.String description,
java.lang.String value,
boolean isInherited,
int type)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getType()
Gets the type value for this NodeParameter. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getValue()
Gets the value value for this NodeParameter. |
int |
hashCode()
|
boolean |
isIsInherited()
Gets the isInherited value for this NodeParameter. |
void |
setIsInherited(boolean isInherited)
Sets the isInherited value for this NodeParameter. |
void |
setType(int type)
Sets the type value for this NodeParameter. |
void |
setValue(java.lang.String value)
Sets the value value for this NodeParameter. |
| Methods inherited from class com.borland.tm.webservices.tmplanning.entities.NamedEntity |
|---|
getDescription, getName, setDescription, setName |
| Methods inherited from class com.borland.tm.webservices.tmplanning.entities.Entity |
|---|
getId, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeParameter()
public NodeParameter(int id,
java.lang.String name,
java.lang.String description,
java.lang.String value,
boolean isInherited,
int type)
| Method Detail |
|---|
public java.lang.String getValue()
public void setValue(java.lang.String value)
value - public boolean isIsInherited()
public void setIsInherited(boolean isInherited)
isInherited - public int getType()
public void setType(int type)
type - public boolean equals(java.lang.Object obj)
equals in class NamedEntitypublic int hashCode()
hashCode in class NamedEntitypublic 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||