gov.nih.nci.cagrid.cql2.attribute
Class AttributeValue

java.lang.Object
  extended by gov.nih.nci.cagrid.cql2.attribute.AttributeValue
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AttributeValue()
           
AttributeValue(java.lang.Boolean booleanValue, java.util.Date dateValue, java.lang.Integer integerValue, java.lang.Long longValue, java.lang.String stringValue, org.apache.axis.types.Time timeValue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getBooleanValue()
          Gets the booleanValue value for this AttributeValue.
 java.util.Date getDateValue()
          Gets the dateValue value for this AttributeValue.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Integer getIntegerValue()
          Gets the integerValue value for this AttributeValue.
 java.lang.Long getLongValue()
          Gets the longValue value for this AttributeValue.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStringValue()
          Gets the stringValue value for this AttributeValue.
 org.apache.axis.types.Time getTimeValue()
          Gets the timeValue value for this AttributeValue.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBooleanValue(java.lang.Boolean booleanValue)
          Sets the booleanValue value for this AttributeValue.
 void setDateValue(java.util.Date dateValue)
          Sets the dateValue value for this AttributeValue.
 void setIntegerValue(java.lang.Integer integerValue)
          Sets the integerValue value for this AttributeValue.
 void setLongValue(java.lang.Long longValue)
          Sets the longValue value for this AttributeValue.
 void setStringValue(java.lang.String stringValue)
          Sets the stringValue value for this AttributeValue.
 void setTimeValue(org.apache.axis.types.Time timeValue)
          Sets the timeValue value for this AttributeValue.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeValue

public AttributeValue()

AttributeValue

public AttributeValue(java.lang.Boolean booleanValue,
                      java.util.Date dateValue,
                      java.lang.Integer integerValue,
                      java.lang.Long longValue,
                      java.lang.String stringValue,
                      org.apache.axis.types.Time timeValue)
Method Detail

getStringValue

public java.lang.String getStringValue()
Gets the stringValue value for this AttributeValue.

Returns:
stringValue

setStringValue

public void setStringValue(java.lang.String stringValue)
Sets the stringValue value for this AttributeValue.

Parameters:
stringValue -

getDateValue

public java.util.Date getDateValue()
Gets the dateValue value for this AttributeValue.

Returns:
dateValue

setDateValue

public void setDateValue(java.util.Date dateValue)
Sets the dateValue value for this AttributeValue.

Parameters:
dateValue -

getTimeValue

public org.apache.axis.types.Time getTimeValue()
Gets the timeValue value for this AttributeValue.

Returns:
timeValue

setTimeValue

public void setTimeValue(org.apache.axis.types.Time timeValue)
Sets the timeValue value for this AttributeValue.

Parameters:
timeValue -

getLongValue

public java.lang.Long getLongValue()
Gets the longValue value for this AttributeValue.

Returns:
longValue

setLongValue

public void setLongValue(java.lang.Long longValue)
Sets the longValue value for this AttributeValue.

Parameters:
longValue -

getIntegerValue

public java.lang.Integer getIntegerValue()
Gets the integerValue value for this AttributeValue.

Returns:
integerValue

setIntegerValue

public void setIntegerValue(java.lang.Integer integerValue)
Sets the integerValue value for this AttributeValue.

Parameters:
integerValue -

getBooleanValue

public java.lang.Boolean getBooleanValue()
Gets the booleanValue value for this AttributeValue.

Returns:
booleanValue

setBooleanValue

public void setBooleanValue(java.lang.Boolean booleanValue)
Sets the booleanValue value for this AttributeValue.

Parameters:
booleanValue -

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