|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IBaseType interface provides two methods to convert from and to a String. This interface is implemented by objects which model xsd datatypes, since we need a way to convert from the string representation in the XML file to the internal object representation, and vice versa.
Method Summary | |
java.lang.String |
getString()
Returns the string representation of the underlying basetype object. |
void |
setString(java.lang.String s)
Converts the supplied string to its internal representation. |
Method Detail |
public java.lang.String getString()
public void setString(java.lang.String s)
s
- the string to convert.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |