Public Member Functions | Package Functions

org.exolab.castor.xml.schema.simpletypes.AtomicType Class Reference

Inheritance diagram for org.exolab.castor.xml.schema.simpletypes.AtomicType:
org.exolab.castor.xml.schema.SimpleType org.exolab.castor.xml.schema.XMLType org.exolab.castor.xml.schema.Referable org.exolab.castor.xml.schema.Annotated org.exolab.castor.xml.schema.Structure org.exolab.castor.xml.schema.simpletypes.AnyURIType org.exolab.castor.xml.schema.simpletypes.BinaryType org.exolab.castor.xml.schema.simpletypes.BooleanType org.exolab.castor.xml.schema.simpletypes.DateTimeType org.exolab.castor.xml.schema.simpletypes.DecimalType org.exolab.castor.xml.schema.simpletypes.DurationType org.exolab.castor.xml.schema.simpletypes.RealType org.exolab.castor.xml.schema.simpletypes.StringType

List of all members.

Public Member Functions

boolean isMinInclusive ()
boolean isMaxInclusive ()

Package Functions

String getPattern ()
Facet getMin ()
Facet getMax ()

Detailed Description

The base class for built-in atomic Schema types

Author:
Arnaud Berry
Version:
$Revision:

Member Function Documentation

Facet org.exolab.castor.xml.schema.simpletypes.AtomicType.getMax (  )  [package]

Gets the MAX_INCLUSIVE facet or the MAX_EXCLUSIVE facet (both are never defined at the same time) returns null if there is no maximum

References org.exolab.castor.xml.schema.SimpleType.getFacet().

Facet org.exolab.castor.xml.schema.simpletypes.AtomicType.getMin (  )  [package]

Gets the MIN_INCLUSIVE facet or the MIN_EXCLUSIVE facet (both are never defined at the same time) returns null if there is no minimum

References org.exolab.castor.xml.schema.SimpleType.getFacet().

String org.exolab.castor.xml.schema.simpletypes.AtomicType.getPattern (  )  [package]

Gets the pattern facet returns null if there is none

References org.exolab.castor.xml.schema.SimpleType.getFacet(), and org.exolab.castor.xml.schema.Facet.getValue().

boolean org.exolab.castor.xml.schema.simpletypes.AtomicType.isMaxInclusive (  ) 

Tells if the maximum is inclusive or not Has no meaning if there is no maxInclusive/Exclusive facet

References org.exolab.castor.xml.schema.SimpleType.getFacet().

boolean org.exolab.castor.xml.schema.simpletypes.AtomicType.isMinInclusive (  ) 

Tells if the minimum is inclusive or not Has no meaning if there is no minInclusive/Exclusive facet

References org.exolab.castor.xml.schema.SimpleType.getFacet().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties