cgl.axis.services.uddi.uddi_ext_schema
Class Temporal

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_ext_schema.Temporal
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Temporal()
           
Temporal(java.lang.String endingTime, java.lang.String startingTime)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getEndingTime()
          Gets the endingTime value for this Temporal.
 java.lang.String getStartingTime()
          Gets the startingTime value for this Temporal.
 int hashCode()
           
 void setEndingTime(java.lang.String endingTime)
          Sets the endingTime value for this Temporal.
 void setStartingTime(java.lang.String startingTime)
          Sets the startingTime value for this Temporal.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Temporal

public Temporal()

Temporal

public Temporal(java.lang.String endingTime,
                java.lang.String startingTime)
Method Detail

getEndingTime

public java.lang.String getEndingTime()
Gets the endingTime value for this Temporal.

Returns:
endingTime

setEndingTime

public void setEndingTime(java.lang.String endingTime)
Sets the endingTime value for this Temporal.

Parameters:
endingTime -

getStartingTime

public java.lang.String getStartingTime()
Gets the startingTime value for this Temporal.

Returns:
startingTime

setStartingTime

public void setStartingTime(java.lang.String startingTime)
Sets the startingTime value for this Temporal.

Parameters:
startingTime -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()