org.geotools.xml.xsi
Class XSISimpleTypes

java.lang.Object
  extended byorg.geotools.xml.xsi.XSISimpleTypes

public class XSISimpleTypes
extends java.lang.Object

This class represents the pre-defined simpletypes included within the XML schema definition.

Author:
dzwiers www.refractions.net
See Also:
Schema

Nested Class Summary
static class XSISimpleTypes.AnyType
           
static class XSISimpleTypes.AnyURI
           XSI Schema instance of AnyURI
static class XSISimpleTypes.Base64Binary
           XSI Schema instance of Base64Binary
static class XSISimpleTypes.Boolean
           XSI Schema instance of Boolean
static class XSISimpleTypes.Byte
           XSI Schema instance of Byte
static class XSISimpleTypes.Date
           XSI Schema instance of Date
static class XSISimpleTypes.DateTime
           XSI Schema instance of DateTime
static class XSISimpleTypes.Decimal
           XSI Schema instance of Decimal
static class XSISimpleTypes.Double
           XSI Schema instance of Double
static class XSISimpleTypes.Duration
           XSI Schema instance of Duration
static class XSISimpleTypes.ENTITIES
           XSI Schema instance of ENTITIES
static class XSISimpleTypes.ENTITY
           XSI Schema instance of ENTITY
static class XSISimpleTypes.Float
           XSI Schema instance of Float
static class XSISimpleTypes.gDay
           XSI Schema instance of gDay
static class XSISimpleTypes.gMonth
           XSI Schema instance of gMonth
static class XSISimpleTypes.gMonthDay
           XSI Schema instance of gMonthDay
static class XSISimpleTypes.gYear
           XSI Schema instance of gYear
static class XSISimpleTypes.gYearMonth
           XSI Schema instance of gYearMonth
static class XSISimpleTypes.HexBinary
           XSI Schema instance of HexBinary
static class XSISimpleTypes.ID
           XSI Schema instance of ID
static class XSISimpleTypes.IDREF
           XSI Schema instance of IDREF
static class XSISimpleTypes.IDREFS
           XSI Schema instance of IDREFS
static class XSISimpleTypes.Int
           XSI Schema instance of Int
static class XSISimpleTypes.Integer
           XSI Schema Integer
static class XSISimpleTypes.Language
           XSI Schema instance of Language
static class XSISimpleTypes.Long
           XSI Schema instance of Long
static class XSISimpleTypes.Name
           XSI Schema instance of Name
static class XSISimpleTypes.NCName
           XSI Schema instance of NCNAME
static class XSISimpleTypes.NegativeInteger
           XSI Schema instance of NegativeInteger
static class XSISimpleTypes.NMTOKEN
           XSI Schema instance of NMTOKEN
static class XSISimpleTypes.NMTOKENS
           XSI Schema instance of NMTOKENS
static class XSISimpleTypes.NonNegativeInteger
           XSI Schema instance of NonNegativeInteger
static class XSISimpleTypes.NonPositiveInteger
           XSI Schema instance of NonPositiveInteger
static class XSISimpleTypes.NormalizedString
           XSI Schema instance of NormalizedString
static class XSISimpleTypes.NOTATION
           XSI Schema instance of NOTATION
static class XSISimpleTypes.PositiveInteger
           XSI Schema instance of PositiveInteger
static class XSISimpleTypes.QName
           XSI Schema instance of QName
static class XSISimpleTypes.Short
           XSI Schema instance of Short
static class XSISimpleTypes.String
           XSI Schema instance of String
static class XSISimpleTypes.Time
           XSI Schema instance of Time
static class XSISimpleTypes.Token
           XSI Schema instance of Token
static class XSISimpleTypes.UnsignedByte
           XSI Schema instance of UnsignedByte
static class XSISimpleTypes.UnsignedInt
           XSI Schema instance of UnsignedInt
static class XSISimpleTypes.UnsignedLong
           XSI Schema instance of UnsignedLong
static class XSISimpleTypes.UnsignedShort
           XSI Schema instance of UnsignedShort
protected static class XSISimpleTypes.XSISimpleType
           A generic implementation of a SimpleType for use by the xsi Schema.
 
Field Summary
static java.net.URI NAMESPACE
          DOCUMENT ME!
 
Constructor Summary
XSISimpleTypes()
           
 
Method Summary
static SimpleType find(java.lang.Class type)
          DOCUMENT ME!
static SimpleType find(java.lang.String type)
           Searches for the requested SimpleType, if not found this method returns null;
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.net.URI NAMESPACE
DOCUMENT ME!

Constructor Detail

XSISimpleTypes

public XSISimpleTypes()
Method Detail

find

public static SimpleType find(java.lang.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(java.lang.Class type)
DOCUMENT ME!

Parameters:
type - DOCUMENT ME!
Returns:
SimpleType


Copyright © GeoTools. All Rights Reserved.