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