Package org.geotools.xml.xsi
Class XSISimpleTypes
- Object
-
- XSISimpleTypes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XSISimpleTypes.AnyType
static class
XSISimpleTypes.AnyURI
XSI Schema instance of AnyURIstatic class
XSISimpleTypes.Base64Binary
XSI Schema instance of Base64Binarystatic class
XSISimpleTypes.Boolean
XSI Schema instance of Booleanstatic class
XSISimpleTypes.Byte
XSI Schema instance of Bytestatic class
XSISimpleTypes.Date
XSI Schema instance of Datestatic class
XSISimpleTypes.DateTime
XSI Schema instance of DateTimestatic class
XSISimpleTypes.Decimal
XSI Schema instance of Decimalstatic class
XSISimpleTypes.Double
XSI Schema instance of Doublestatic class
XSISimpleTypes.Duration
XSI Schema instance of Durationstatic class
XSISimpleTypes.ENTITIES
XSI Schema instance of ENTITIESstatic class
XSISimpleTypes.ENTITY
XSI Schema instance of ENTITYstatic class
XSISimpleTypes.Float
XSI Schema instance of Floatstatic class
XSISimpleTypes.gDay
XSI Schema instance of gDaystatic class
XSISimpleTypes.gMonth
XSI Schema instance of gMonthstatic class
XSISimpleTypes.gMonthDay
XSI Schema instance of gMonthDaystatic class
XSISimpleTypes.gYear
XSI Schema instance of gYearstatic class
XSISimpleTypes.gYearMonth
XSI Schema instance of gYearMonthstatic class
XSISimpleTypes.HexBinary
XSI Schema instance of HexBinarystatic class
XSISimpleTypes.ID
XSI Schema instance of IDstatic class
XSISimpleTypes.IDREF
XSI Schema instance of IDREFstatic class
XSISimpleTypes.IDREFS
XSI Schema instance of IDREFSstatic class
XSISimpleTypes.Int
XSI Schema instance of Intstatic class
XSISimpleTypes.Integer
XSI Schema Integerstatic class
XSISimpleTypes.Language
XSI Schema instance of Languagestatic class
XSISimpleTypes.Long
XSI Schema instance of Longstatic class
XSISimpleTypes.Name
XSI Schema instance of Namestatic class
XSISimpleTypes.NCName
XSI Schema instance of NCNAMEstatic class
XSISimpleTypes.NegativeInteger
XSI Schema instance of NegativeIntegerstatic class
XSISimpleTypes.NMTOKEN
XSI Schema instance of NMTOKENstatic class
XSISimpleTypes.NMTOKENS
XSI Schema instance of NMTOKENSstatic class
XSISimpleTypes.NonNegativeInteger
XSI Schema instance of NonNegativeIntegerstatic class
XSISimpleTypes.NonPositiveInteger
XSI Schema instance of NonPositiveIntegerstatic class
XSISimpleTypes.NormalizedString
XSI Schema instance of NormalizedStringstatic class
XSISimpleTypes.NOTATION
XSI Schema instance of NOTATIONstatic class
XSISimpleTypes.PositiveInteger
XSI Schema instance of PositiveIntegerstatic class
XSISimpleTypes.QName
XSI Schema instance of QNamestatic class
XSISimpleTypes.Short
XSI Schema instance of Shortstatic class
XSISimpleTypes.String
XSI Schema instance of Stringstatic class
XSISimpleTypes.Time
XSI Schema instance of Timestatic class
XSISimpleTypes.Token
XSI Schema instance of Tokenstatic class
XSISimpleTypes.UnsignedByte
XSI Schema instance of UnsignedBytestatic class
XSISimpleTypes.UnsignedInt
XSI Schema instance of UnsignedIntstatic class
XSISimpleTypes.UnsignedLong
XSI Schema instance of UnsignedLongstatic class
XSISimpleTypes.UnsignedShort
XSI Schema instance of UnsignedShortprotected static class
XSISimpleTypes.XSISimpleType
A generic implementation of a SimpleType for use by the xsi Schema.
-
Constructor Summary
Constructors Constructor Description XSISimpleTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SimpleType
find(Class type)
static SimpleType
find(String type)
Searches for the requested SimpleType, if not found this method returns null;
-
-
-
Field Detail
-
NAMESPACE
public static final URI NAMESPACE
-
-
Method Detail
-
find
public static SimpleType find(String type)
Searches for the requested SimpleType, if not found this method returns null;- Parameters:
type
- the element localName- Returns:
- SimpleType
-
find
public static SimpleType find(Class type)
- Returns:
- SimpleType
-
-