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