cgl.axis.services.WSCTX.wss_schema
Class TimestampType

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

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

See Also:
Serialized Form

Constructor Summary
TimestampType()
           
TimestampType(AttributedDateTime created, AttributedDateTime expires, org.apache.axis.types.Id id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AttributedDateTime getCreated()
          Gets the created value for this TimestampType.
 AttributedDateTime getExpires()
          Gets the expires value for this TimestampType.
 org.apache.axis.types.Id getId()
          Gets the id value for this TimestampType.
 int hashCode()
           
 void setCreated(AttributedDateTime created)
          Sets the created value for this TimestampType.
 void setExpires(AttributedDateTime expires)
          Sets the expires value for this TimestampType.
 void setId(org.apache.axis.types.Id id)
          Sets the id value for this TimestampType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampType

public TimestampType()

TimestampType

public TimestampType(AttributedDateTime created,
                     AttributedDateTime expires,
                     org.apache.axis.types.Id id)
Method Detail

getCreated

public AttributedDateTime getCreated()
Gets the created value for this TimestampType.

Returns:
created

setCreated

public void setCreated(AttributedDateTime created)
Sets the created value for this TimestampType.

Parameters:
created -

getExpires

public AttributedDateTime getExpires()
Gets the expires value for this TimestampType.

Returns:
expires

setExpires

public void setExpires(AttributedDateTime expires)
Sets the expires value for this TimestampType.

Parameters:
expires -

getId

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

Returns:
id

setId

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

Parameters:
id -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()