Public Member Functions

org.exolab.castor.builder.types.XSId Class Reference

Inheritance diagram for org.exolab.castor.builder.types.XSId:
org.exolab.castor.builder.types.XSType

List of all members.

Public Member Functions

 XSId ()
JType getJType ()
void setFacets (SimpleType simpletype)
void validationCode (JSourceCode jsc, String fixedValue, String fieldValidatorInstanceName)

Detailed Description

The XML Schema ID type

Author:
Keith Visco
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:07:58

Constructor & Destructor Documentation

org.exolab.castor.builder.types.XSId.XSId (  ) 

Member Function Documentation

JType org.exolab.castor.builder.types.XSId.getJType (  )  [virtual]

Returns the JType that this XSType represents

Returns:
the JType that this XSType represents

Implements org.exolab.castor.builder.types.XSType.

void org.exolab.castor.builder.types.XSId.setFacets ( SimpleType  simpleType  )  [virtual]

Reads and sets the facets for XSType

Parameters:
simpleType the SimpleType containing the facets

Implements org.exolab.castor.builder.types.XSType.

void org.exolab.castor.builder.types.XSId.validationCode ( JSourceCode  jsc,
String  fixedValue,
String  fieldValidatorInstanceName 
) [virtual]

Creates the validation code for an instance of this XSType. The validation code should if necessary create a newly configured TypeValidator, that should then be added to a FieldValidator instance whose name is provided.

Parameters:
fixedValue a fixed value to use if any
jsc the JSourceCode to fill in.
fieldValidatorInstanceName the name of the FieldValidator that the configured TypeValidator should be added to.

Implements org.exolab.castor.builder.types.XSType.


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