com.sun.msv.datatype.xsd
public class LongType extends IntegerDerivedType
java.lang.Long.
See http://www.w3.org/TR/xmlschema-2/#long for the spec
| Field Summary | |
|---|---|
| static LongType | theInstance |
| Method Summary | |
|---|---|
| XSDatatype | getBaseType() |
| Class | getJavaObjectType() |
| static Long | load(String s) |
| static String | save(Long v) |
| Object | _createValue(String lexicalValue, ValidationContext context) |