com.borland.sctm.ws.planning.entities
Class PropertyValue

java.lang.Object
  extended by com.borland.sctm.ws.planning.entities.PropertyValue
All Implemented Interfaces:
java.io.Serializable

public class PropertyValue
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PropertyValue()
           
PropertyValue(PropertyValue[] children, int modifyCount, java.lang.String name, java.lang.String nodeID, java.lang.String propertyID, java.lang.String propertyTypeID, int type, java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 PropertyValue[] getChildren()
          Gets the children value for this PropertyValue.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getModifyCount()
          Gets the modifyCount value for this PropertyValue.
 java.lang.String getName()
          Gets the name value for this PropertyValue.
 java.lang.String getNodeID()
          Gets the nodeID value for this PropertyValue.
 java.lang.String getPropertyID()
          Gets the propertyID value for this PropertyValue.
 java.lang.String getPropertyTypeID()
          Gets the propertyTypeID value for this PropertyValue.
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 PropertyValue.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getValue()
          Gets the value value for this PropertyValue.
 int hashCode()
           
 void setChildren(PropertyValue[] children)
          Sets the children value for this PropertyValue.
 void setModifyCount(int modifyCount)
          Sets the modifyCount value for this PropertyValue.
 void setName(java.lang.String name)
          Sets the name value for this PropertyValue.
 void setNodeID(java.lang.String nodeID)
          Sets the nodeID value for this PropertyValue.
 void setPropertyID(java.lang.String propertyID)
          Sets the propertyID value for this PropertyValue.
 void setPropertyTypeID(java.lang.String propertyTypeID)
          Sets the propertyTypeID value for this PropertyValue.
 void setType(int type)
          Sets the type value for this PropertyValue.
 void setValue(java.lang.String value)
          Sets the value value for this PropertyValue.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyValue

public PropertyValue()

PropertyValue

public PropertyValue(PropertyValue[] children,
                     int modifyCount,
                     java.lang.String name,
                     java.lang.String nodeID,
                     java.lang.String propertyID,
                     java.lang.String propertyTypeID,
                     int type,
                     java.lang.String value)
Method Detail

getChildren

public PropertyValue[] getChildren()
Gets the children value for this PropertyValue.

Returns:
children

setChildren

public void setChildren(PropertyValue[] children)
Sets the children value for this PropertyValue.

Parameters:
children -

getModifyCount

public int getModifyCount()
Gets the modifyCount value for this PropertyValue.

Returns:
modifyCount

setModifyCount

public void setModifyCount(int modifyCount)
Sets the modifyCount value for this PropertyValue.

Parameters:
modifyCount -

getName

public java.lang.String getName()
Gets the name value for this PropertyValue.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this PropertyValue.

Parameters:
name -

getNodeID

public java.lang.String getNodeID()
Gets the nodeID value for this PropertyValue.

Returns:
nodeID

setNodeID

public void setNodeID(java.lang.String nodeID)
Sets the nodeID value for this PropertyValue.

Parameters:
nodeID -

getPropertyID

public java.lang.String getPropertyID()
Gets the propertyID value for this PropertyValue.

Returns:
propertyID

setPropertyID

public void setPropertyID(java.lang.String propertyID)
Sets the propertyID value for this PropertyValue.

Parameters:
propertyID -

getPropertyTypeID

public java.lang.String getPropertyTypeID()
Gets the propertyTypeID value for this PropertyValue.

Returns:
propertyTypeID

setPropertyTypeID

public void setPropertyTypeID(java.lang.String propertyTypeID)
Sets the propertyTypeID value for this PropertyValue.

Parameters:
propertyTypeID -

getType

public int getType()
Gets the type value for this PropertyValue.

Returns:
type

setType

public void setType(int type)
Sets the type value for this PropertyValue.

Parameters:
type -

getValue

public java.lang.String getValue()
Gets the value value for this PropertyValue.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this PropertyValue.

Parameters:
value -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2010. All Rights Reserved.