org.geotools.xs.bindings

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » GeoTools 2.4.1 » org.geotools.xs.bindings 
org.geotools.xs.bindings

Captures initial mapping of XML Simple Types to Java Objects.

Intended Use

Where possible mappings are in agreement with JAXB and will make use of the same utility classes.

Please consider the following reference matterial:

The Big Picture

Java Source File NameTypeComment
XS.javaInterface This interface contains the qualified names of all the types in the http://www.w3.org/2001/XMLSchema schema.
XSAllBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:all.
XSAllNNIBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:allNNI.
XSAnnotatedBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:annotated.
XSAnySimpleTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:anySimpleType.
XSAnySimpleTypeStrategyTest.javaClass
XSAnyTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:anyType.
XSAnyURIBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:anyURI.
XSAttributeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:attribute.
XSAttributeGroupBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:attributeGroup.
XSAttributeGroupRefBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:attributeGroupRef.
XSBase64BinaryBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:base64Binary.
XSBindingConfiguration.javaClass Binding configuration for the http://www.w3.org/2001/XMLSchema schema.
XSBlockSetBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:blockSet.
XSBooleanBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:boolean.
XSBooleanStrategyTest.javaClass
XSByteBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:byte.
XSComplexRestrictionTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:complexRestrictionType.
XSComplexTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:complexType.

 
 <xs:complexType name="complexType" abstract="true">
 <xs:complexContent>
 <xs:extension base="xs:annotated">
 <xs:group ref="xs:complexTypeModel"/>
 <xs:attribute name="name" type="xs:NCName">
 <xs:annotation>
 <xs:documentation>       Will be restricted to
 required or forbidden</xs:documentation>
 </xs:annotation>
 </xs:attribute>
 <xs:attribute name="mixed" type="xs:boolean" use="optional" default="false">
 <xs:annotation>
 <xs:documentation>       Not allowed if
 simpleContent child is chosen.
XSDateBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:date.
XSDateTimeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:dateTime.
XSDecimalBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:decimal.
XSDecimalStrategyTest.javaClass
XSDerivationControlBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:derivationControl.
XSDerivationSetBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:derivationSet.
XSDoubleBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:double.
XSDoubleStrategyTest.javaClass
XSDurationBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:duration.
XSElementBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:element.

 
 <xs:complexType name="element" abstract="true">
 <xs:annotation>
 <xs:documentation>    The element element can be used either
 at the top level to define an element-type binding globally,
 or within a content model to either reference a
 globally-defined    element or type or declare an
 element-type binding locally.
XSENTITIESBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:ENTITIES.
XSENTITYBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:ENTITY.
XSExplicitGroupBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:explicitGroup.
XSExtensionTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:extensionType.
XSFacetBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:facet.
XSFloatBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:float.
XSFloatStrategyTest.javaClass
XSFormChoiceBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:formChoice.
XSFullDerivationSetBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:fullDerivationSet.
XSGDayBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:gDay.
XSGMonthBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:gMonth.
XSGMonthDayBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:gMonthDay.
XSGroupBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:group.
XSGroupRefBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:groupRef.
XSGYearBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:gYear.
XSGYearMonthBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:gYearMonth.
XSHexBinaryBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:hexBinary.
XSIDBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:ID.
XSIDREFBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:IDREF.
XSIDREFSBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:IDREFS.
XSIntBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:int.
XSIntegerBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:integer.
XSIntegerStrategyTest.javaClass
XSKeybaseBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:keybase.
XSLanguageBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:language.

 
 <xs:simpleType name="language" id="language">
 <xs:annotation>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#language"/>
 </xs:annotation>
 <xs:restriction base="xs:token">
 <xs:pattern value="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*" id="language.pattern">
 <xs:annotation>
 <xs:documentation
 source="http://www.ietf.org/rfc/rfc3066.txt">
 pattern specifies the content of section 2.12 of XML
 1.0e2             and RFC 3066 (Revised version of
 RFC 1766).
XSLocalComplexTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:localComplexType.
XSLocalElementBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:localElement.
XSLocalSimpleTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:localSimpleType.
XSLongBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:long.
XSLongStrategyTest.javaClass
XSNameBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:Name.
XSNamedAttributeGroupBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:namedAttributeGroup.
XSNamedGroupBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:namedGroup.
XSNamespaceListBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:namespaceList.
XSNarrowMaxMinBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:narrowMaxMin.
XSNCNameBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:NCName.
XSNegativeIntegerBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:negativeInteger.
XSNegativeIntegerStrategyTest.javaClass
XSNMTOKENBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:NMTOKEN.
XSNMTOKENSBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:NMTOKENS.
XSNoFixedFacetBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:noFixedFacet.
XSNonNegativeIntegerBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:nonNegativeInteger.
XSNonNegativeIntegerStrategyTest.javaClass
XSNonPositiveIntegerBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:nonPositiveInteger.
XSNonPositiveIntegerStrategyTest.javaClass
XSNormalizedStringBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:normalizedString.
XSNOTATIONBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:NOTATION.

 
 <xs:simpleType name="NOTATION" id="NOTATION">
 <xs:annotation>
 <xs:appinfo>
 <hfp:hasFacet name="length"/>
 <hfp:hasFacet name="minLength"/>
 <hfp:hasFacet name="maxLength"/>
 <hfp:hasFacet name="pattern"/>
 <hfp:hasFacet name="enumeration"/>
 <hfp:hasFacet name="whiteSpace"/>
 <hfp:hasProperty name="ordered" value="false"/>
 <hfp:hasProperty name="bounded" value="false"/>
 <hfp:hasProperty name="cardinality" value="countably infinite"/>
 <hfp:hasProperty name="numeric" value="false"/>
 </xs:appinfo>
 <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NOTATION"/>
 <xs:documentation>         NOTATION cannot be used directly in a
 schema; rather a type         must be derived from it by
 specifying at least one enumeration         facet whose
 value is the name of a NOTATION declared in the
 schema.
XSNumFacetBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:numFacet.
XSOpenAttrsBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:openAttrs.

 
 <xs:complexType name="openAttrs">
 <xs:annotation>
 <xs:documentation>        This type is extended by almost all
 schema types        to allow attributes from other
 namespaces to be        added to user schemas.
XSPositiveIntegerBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:positiveInteger.
XSPublicBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:public.
XSQNameBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:QName.
XSQNameBindingTest.javaClass
XSRealGroupBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:realGroup.
XSReducedDerivationControlBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:reducedDerivationControl.
XSRestrictionTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:restrictionType.
XSShortBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:short.
XSSimpleDerivationSetBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:simpleDerivationSet.
XSSimpleExplicitGroupBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:simpleExplicitGroup.
XSSimpleExtensionTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:simpleExtensionType.
XSSimpleRestrictionTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:simpleRestrictionType.
XSSimpleTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:simpleType.
XSStringBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:string.
XSTimeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:time.
XSTokenBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:token.
XSTopLevelAttributeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:topLevelAttribute.
XSTopLevelComplexTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:topLevelComplexType.
XSTopLevelElementBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:topLevelElement.
XSTopLevelSimpleTypeBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:topLevelSimpleType.
XSTypeDerivationControlBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:typeDerivationControl.
XSUnsignedByteBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:unsignedByte.
XSUnsignedIntBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:unsignedInt.
XSUnsignedLongBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:unsignedLong.
XSUnsignedShortBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:unsignedShort.
XSWildcardBinding.javaClass Binding object for the type http://www.w3.org/2001/XMLSchema:wildcard.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.