Package org.geotools.xml.xsi
Class XSISimpleTypes
- Object
-
- XSISimpleTypes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXSISimpleTypes.AnyTypestatic classXSISimpleTypes.AnyURIXSI Schema instance of AnyURIstatic classXSISimpleTypes.Base64BinaryXSI Schema instance of Base64Binarystatic classXSISimpleTypes.BooleanXSI Schema instance of Booleanstatic classXSISimpleTypes.ByteXSI Schema instance of Bytestatic classXSISimpleTypes.DateXSI Schema instance of Datestatic classXSISimpleTypes.DateTimeXSI Schema instance of DateTimestatic classXSISimpleTypes.DecimalXSI Schema instance of Decimalstatic classXSISimpleTypes.DoubleXSI Schema instance of Doublestatic classXSISimpleTypes.DurationXSI Schema instance of Durationstatic classXSISimpleTypes.ENTITIESXSI Schema instance of ENTITIESstatic classXSISimpleTypes.ENTITYXSI Schema instance of ENTITYstatic classXSISimpleTypes.FloatXSI Schema instance of Floatstatic classXSISimpleTypes.gDayXSI Schema instance of gDaystatic classXSISimpleTypes.gMonthXSI Schema instance of gMonthstatic classXSISimpleTypes.gMonthDayXSI Schema instance of gMonthDaystatic classXSISimpleTypes.gYearXSI Schema instance of gYearstatic classXSISimpleTypes.gYearMonthXSI Schema instance of gYearMonthstatic classXSISimpleTypes.HexBinaryXSI Schema instance of HexBinarystatic classXSISimpleTypes.IDXSI Schema instance of IDstatic classXSISimpleTypes.IDREFXSI Schema instance of IDREFstatic classXSISimpleTypes.IDREFSXSI Schema instance of IDREFSstatic classXSISimpleTypes.IntXSI Schema instance of Intstatic classXSISimpleTypes.IntegerXSI Schema Integerstatic classXSISimpleTypes.LanguageXSI Schema instance of Languagestatic classXSISimpleTypes.LongXSI Schema instance of Longstatic classXSISimpleTypes.NameXSI Schema instance of Namestatic classXSISimpleTypes.NCNameXSI Schema instance of NCNAMEstatic classXSISimpleTypes.NegativeIntegerXSI Schema instance of NegativeIntegerstatic classXSISimpleTypes.NMTOKENXSI Schema instance of NMTOKENstatic classXSISimpleTypes.NMTOKENSXSI Schema instance of NMTOKENSstatic classXSISimpleTypes.NonNegativeIntegerXSI Schema instance of NonNegativeIntegerstatic classXSISimpleTypes.NonPositiveIntegerXSI Schema instance of NonPositiveIntegerstatic classXSISimpleTypes.NormalizedStringXSI Schema instance of NormalizedStringstatic classXSISimpleTypes.NOTATIONXSI Schema instance of NOTATIONstatic classXSISimpleTypes.PositiveIntegerXSI Schema instance of PositiveIntegerstatic classXSISimpleTypes.QNameXSI Schema instance of QNamestatic classXSISimpleTypes.ShortXSI Schema instance of Shortstatic classXSISimpleTypes.StringXSI Schema instance of Stringstatic classXSISimpleTypes.TimeXSI Schema instance of Timestatic classXSISimpleTypes.TokenXSI Schema instance of Tokenstatic classXSISimpleTypes.UnsignedByteXSI Schema instance of UnsignedBytestatic classXSISimpleTypes.UnsignedIntXSI Schema instance of UnsignedIntstatic classXSISimpleTypes.UnsignedLongXSI Schema instance of UnsignedLongstatic classXSISimpleTypes.UnsignedShortXSI Schema instance of UnsignedShortprotected static classXSISimpleTypes.XSISimpleTypeA 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 SimpleTypefind(Class type)static SimpleTypefind(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
-
-