|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
| AnyURI | A class to represent a Uniform Resource Identifier (URI). |
| Base64 | |
| Duration | Description : Class that converts a string under the format PnYnMnDTnHnM to a Duration data type Project : soap FileName : Duration.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| Entities | Description : Class that represents the Entities datatype by parsing and interpreting a string . |
| Entity | Description : Class that represents entity datatype by parsing qnd interpreting a string. |
| GDay | Description : Class that converts a string under the format ---DD(Z|(+|-hh:mm)) to a GDay data type Project : soap FileName : GDay.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| GMonth | Description : Class that converts a string under the format --MM-- to a GMonth data type Project : soap FileName : GMonth.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| GMonthDay | Description : Class that converts a string under the format --MM-DD(Z|(+|-hh:mm) to a GMonthDay data type (respecting ISO8601 norme) Project : soap FileName : GMonthDay.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| GYear | Description : Class that converts a string under the format CCYY(Z|(+|-hh:mm)) to a GYear data type Project : soap FileName : GYear.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| GYearMonth | Description : Class that converts a string under the format CCYY-MM(Z|(+|-hh:mm)) to a GYearMonth data type Project : soap FileName : GYearMonth.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| Hex | Title: Description: Copyright: Copyright (c) Company: |
| ID | Description : Class that represents a ID by parsing and interpreting a string, ID representation matches the production of NCName The semantics defined by [W3C XML Schema Datatypes] for the ID datatype is purely lexical and do not include the cross-reference semantics of the corresponding [XML 1.0] datatypes. |
| IDRef | Description : Class that represents a IDRef by parsing and interpreting a string, IDRef representation matches the production of NCName The semantics defined by [W3C XML Schema Datatypes] for the ID datatype is purely lexical and do not include the cross-reference semantics of the corresponding [XML 1.0] datatypes. |
| IDRefs | Description : Class that represents a IDRefS by parsing and interpreting a string, IDREFS is the set of white space separated lists of IDREF The semantics defined by [W3C XML Schema Datatypes] for the ID datatype is purely lexical and do not include the cross-reference semantics of the corresponding [XML 1.0] datatypes. |
| Language | Description : Class that represents a natural language identifier. |
| Name | Description : Class that creates a Name by parsing and interpreting a string, Name ::= (Letter | '_' | ':') ( NameChar)* for futher information, please see: http://www.w3.org/TR/2000/WD-xml-2e-20000814#dt-name Project : soap FileName : Name.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| NCName | Description : Class that represents a NCName by parsing and interpreting a string NCName NCName ::= (Letter | '_') (NCNameChar)* where NCNameChar ::= Letter | Digit | '.' |
| NegativeInteger | Description : Class that represents a NegativeInteger datatype by parsing and interpreting a string negativeInteger is +derived+ from nonPositiveInteger by setting the value of +maxInclusive+ to be -1. |
| NMToken | Description : Class that produces a NMToken by parsing and interpreting a string Nmtoken ::= (NameChar)+ For further information, please see : http://www.w3.org/TR/2000/WD-xml-2e-20000814#NT-Nmtoken Project : soap FileName : NMToken.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| NMTokens | Description : Class that produces a NMTokens by parsing and interpreting a string Nmtokens ::= Nmtoken (#x20 Nmtoken)* For further information, please see : http://www.w3.org/TR/2000/WD-xml-2e-20000814#NT-Letter Project : soap FileName : NMTokens.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| NonNegativeInteger | Description : Class that represents a NonNegativeInteger by parsing and interpreting a string. nonNegativeInteger is +derived+ from integer by setting the value of +minInclusive+ to be 0 For further information, please see http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger Project : soap FileName : NonNegativeInteger.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| NonPositiveInteger | Description : Class that represents a NonPositiveInteger datatype by parsing and interpreting a string NonPositiveInteger is +derived+ from integer by setting the value of +maxInclusive+ to be 0. |
| NormalizedString | Title : SAP Entreprise Portal EP6.0 Description: Type String normalized which to allow to encode the xml data (tags) under string form whit the XML characters enconded For further information, please see; http://www.w3.org/TR/2001/WD-xquery-operators-20010827/ Project : soap FileName : NormalizedString.java Copyright : SAP Copyright (c) 2003 Company : SAP GBU IP |
| Notation | Description : Class that represents a Notation datatype by parsing and interpreting a string. |
| PositiveInteger | Description : Class that represents a PositiveInteger datatype by parsing and interpreting a string positiveInteger is +derived+ from nonNegativeInteger by setting the value of +minInclusive+ to be 1 for further information, please see http://www.w3.org/TR/xmlschema-2/#positiveInteger Project : soap FileName : PositiveInteger.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| QName | |
| SOAPDate | Description : Class that converts a string under the format CCYY-MM-DD to a Date data type Project : soap FileName : Date.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| Time | Description : Class that converts a string under the format "hh:mm:ss[.s][Z|(+|-)hh:mm]" to a time data type Project : soap FileName : Time.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| Token | Description : Class that represents a string that does not contain line feeds, tabs, leading or trailing spaces, or multiple spaces. |
| UnsignedByte | Description : Class that represents Unsigned short datatype by parsing and interpreting a string. unsignedByte is +derived+ from unsignedShort by setting the value of +maxInclusive+ to be 255 (2^8-1) For further information, please see: http://www.w3.org/TR/xmlschema-2/#unsignedByte Project : soap FileName : UnsignedByte.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| UnsignedInt | Description : Class that represents UnsignedInt datatype by parsing and interpreting a string. unsignedInt is +derived+ from unsignedLong by setting the value of +maxInclusive+ to be 4294967295. ( |
| UnsignedLong | Description : Class that represents a Unsigned Long datatype by parsing and interpreting a string. |
| UnsignedShort | Description : Class that represents UnsignedShort datatype by parsing and interpreting a string. unsignedShort is +derived+ from unsignedInt by setting the value of +maxInclusive+ to be 65535 (i.e 2^16-1) Project : soap FileName : UnsignedShort.java Copyright : SAP Copyright (c) Company : SAP GBU IP |
| XMLData | Title : SAP Entreprise Portal EP6.0 Description: Type which allows to wrap a XML data (from a string , normalized string or a DOM element) Project : soap FileName : XMLData.java Copyright : SAP Copyright (c) 2003 Company : SAP GBU IP |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||