cgl.axis.services.WSCTX.wss_schema
Class AttributedDateTime

java.lang.Object
  extended bycgl.axis.services.WSCTX.wss_schema.AttributedDateTime
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AttributedDateTime()
           
AttributedDateTime(java.lang.String attributedDateTimeValue, org.apache.axis.types.Id id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAttributedDateTimeValue()
          Gets the attributedDateTimeValue value for this AttributedDateTime.
 org.apache.axis.types.Id getId()
          Gets the id value for this AttributedDateTime.
 int hashCode()
           
 void setAttributedDateTimeValue(java.lang.String attributedDateTimeValue)
          Sets the attributedDateTimeValue value for this AttributedDateTime.
 void setId(org.apache.axis.types.Id id)
          Sets the id value for this AttributedDateTime.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributedDateTime

public AttributedDateTime()

AttributedDateTime

public AttributedDateTime(java.lang.String attributedDateTimeValue,
                          org.apache.axis.types.Id id)
Method Detail

getAttributedDateTimeValue

public java.lang.String getAttributedDateTimeValue()
Gets the attributedDateTimeValue value for this AttributedDateTime.

Returns:
attributedDateTimeValue

setAttributedDateTimeValue

public void setAttributedDateTimeValue(java.lang.String attributedDateTimeValue)
Sets the attributedDateTimeValue value for this AttributedDateTime.

Parameters:
attributedDateTimeValue -

getId

public org.apache.axis.types.Id getId()
Gets the id value for this AttributedDateTime.

Returns:
id

setId

public void setId(org.apache.axis.types.Id id)
Sets the id value for this AttributedDateTime.

Parameters:
id -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()