|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sssw.jbroker.web.xsd.Validator
com.sssw.jbroker.web.xsd.Time
A wrapper class that contains a time.
Please refer to the XML Schema
for the complete definition of this simple type.
| Constructor Summary | |
Time(Date value)
Deprecated. Construct a time with the specified value. |
|
Time(String value)
Deprecated. Construct a time with the specified value. |
|
| Method Summary | |
boolean |
equals(Object other)
Deprecated. |
Date |
getValue()
Deprecated. Get the value of this time. |
int |
hashCode()
Deprecated. |
void |
setValue(Date value)
Deprecated. Set the value of this time. |
String |
toString()
Deprecated. Return string form of object |
static void |
validate(Object object)
Deprecated. Validate that a time is a proper XML Schema time. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Time(String value)
throws IllegalArgumentException
value - the value of the time
IllegalArgumentException - if the value can not be validated
as a time.public Time(Date value)
value - the value of the time
IllegalArgumentException - if the value can not be validated
as a time.| Method Detail |
public Date getValue()
public void setValue(Date value)
throws IllegalArgumentException
value - the value of the time
IllegalArgumentException - if the value can not be validated
as a time.public boolean equals(Object other)
public int hashCode()
public String toString()
public static void validate(Object object)
throws IllegalArgumentException
time.
IllegalArgumentException - if the value can not be validated
as a time.
|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||