Package org.jboss.axis.types

Class Summary
Day (src) Implementation of the XML Schema type gDay
Duration (src) Implementation of the XML Schema type duration
Entities (src) Custom class for supporting XSD data type Entities
Entity (src) Custom class for supporting XSD data type Entity
HexBinary (src) Custom class for supporting primitive XSD data type hexBinary.
Id (src) Custom class for supporting XSD data type ID The base type of Id is NCName.
IDRef (src) Custom class for supporting XSD data type IDRef
IDRefs (src) Custom class for supporting XSD data type IDRefs
Language (src) Custom class for supporting XSD data type language language represents natural language identifiers as defined by [RFC 1766].
Month (src) Implementation of the XML Schema type gMonth
MonthDay (src) Implementation of the XML Schema type gMonthDay
Name (src) Custom class for supporting XSD data type Name Name represents XML Names.
NCName (src) Custom class for supporting XSD data type NCName NCName represents XML "non-colonized" Names The base type of NCName is Name.
NegativeInteger (src) Custom class for supporting primitive XSD data type negativeinteger

negativeInteger is derived from nonPositiveInteger by setting the value of maxInclusive to be -1.

NMToken (src) Custom class for supporting XSD data type NMToken

NMTOKEN represents the NMTOKEN attribute type from [XML 1.0(Second Edition)].

NMTokens (src) Custom class for supporting XSD data type NMTokens
NonNegativeInteger (src) Custom class for supporting primitive XSD data type nonNegativeInteger
NonPositiveInteger (src) Custom class for supporting primitive XSD data type nonPositiveInteger

nonPositiveInteger is derived from integer by setting the value of maxInclusive to be 0.

NormalizedString (src) Custom class for supporting XSD data type NormalizedString.
Notation (src) Custom class for supporting XSD data type NOTATION.
PositiveInteger (src) Custom class for supporting primitive XSD data type positiveInteger

positiveInteger is derived from nonNegativeInteger by setting the value of minInclusive to be 1.

Schema (src) Custom class for supporting XSD schema
Time (src) Class that represents the xsd:time XML Schema type
Token (src) Custom class for supporting primitive XSD data type Token.
UnsignedByte (src) Custom class for supporting primitive XSD data type UnsignedByte
UnsignedInt (src) Custom class for supporting primitive XSD data type UnsignedInt
UnsignedLong (src) Custom class for supporting primitive XSD data type UnsignedLong
UnsignedShort (src) Custom class for supporting primitive XSD data type UnsignedShort
URI (src) ******************************************************************* Axis Note: This class was 'borrowed' from Xerces 2.0.2

A class to represent a Uniform Resource Identifier (URI).

Year (src) Implementation of the XML Schema type gYear
YearMonth (src) Implementation of the XML Schema type gYearMonth
 

Exception Summary
URI.MalformedURIException (src) **************************************************************** MalformedURIExceptions are thrown in the process of building a URI or setting fields on a URI when an operation would result in an invalid URI specification.