com.sun.msv.datatype.xsd
public class IntegerType extends IntegerDerivedType
| Field Summary | |
|---|---|
| static IntegerType | theInstance Singleton instance. |
| Method Summary | |
|---|---|
| XSDatatype | getBaseType() |
| Class | getJavaObjectType() |
| static BigInteger | load(String s) |
| static String | save(BigInteger v) |
| Object | _createJavaObject(String literal, ValidationContext context) |
| Object | _createValue(String lexicalValue, ValidationContext context) |