org.apache.axis2.databinding.types |
These classes are directly salvaged from Axis 1 codebase. Original author comments have been
preserved!
|
Java Source File Name | Type | Comment |
Day.java | Class | |
Duration.java | Class | Implementation of the XML Schema type duration. |
Entities.java | Class | |
Entity.java | Class | |
HexBinary.java | Class | Custom class for supporting primitive XSD data type hexBinary. |
Id.java | Class | Custom class for supporting XSD data type ID The base type of Id is NCName. |
IDRef.java | Class | |
IDRefs.java | Class | |
Language.java | Class | Custom class for supporting XSD data type language language represents natural language
identifiers as defined by [RFC 1766]. |
Month.java | Class | |
MonthDay.java | Class | |
Name.java | Class | Custom class for supporting XSD data type Name Name represents XML Names. |
NCName.java | Class | Custom class for supporting XSD data type NCName NCName represents XML "non-colonized" Names The
base type of NCName is Name. |
NegativeInteger.java | Class | Custom class for supporting primitive XSD data type negativeinteger
negativeInteger is derived from nonPositiveInteger by setting the value of maxInclusive to be -1.
This results in the standard mathematical concept of the negative integers. |
NMToken.java | Class | Custom class for supporting XSD data type NMToken
NMTOKEN represents the NMTOKEN attribute type from [XML 1.0(Second Edition)]. |
NMTokens.java | Class | |
NonNegativeInteger.java | Class | |
NonPositiveInteger.java | Class | Custom class for supporting primitive XSD data type nonPositiveInteger
nonPositiveInteger is derived from integer by setting the value of maxInclusive to be 0. |
NormalizedString.java | Class | Custom class for supporting XSD data type NormalizedString. |
Notation.java | Class | Custom class for supporting XSD data type NOTATION. |
PositiveInteger.java | Class | Custom class for supporting primitive XSD data type positiveInteger
positiveInteger is derived from nonNegativeInteger by setting the value of minInclusive to be 1.
This results in the standard mathematical concept of the positive integer numbers. |
Time.java | Class | |
Token.java | Class | Custom class for supporting primitive XSD data type Token. |
Union.java | Class | |
UnsignedByte.java | Class | |
UnsignedInt.java | Class | |
UnsignedLong.java | Class | |
UnsignedShort.java | Class | |
URI.java | Class | Axis Note: This class was
'borrowed' from Xerces 2.0.2
A class to represent a Uniform Resource Identifier (URI). |
Year.java | Class | |
YearMonth.java | Class | |