Public Member Functions

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

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

List of all members.

Public Member Functions

 XSGMonth ()
String newInstanceCode ()
JType getJType ()
GMonth getMaxExclusive ()
GMonth getMaxInclusive ()
GMonth getMinExclusive ()
GMonth getMinInclusive ()
void setMaxExclusive (GMonth max)
void setMaxInclusive (GMonth max)
void setMinExclusive (GMonth min)
void setMinInclusive (GMonth min)
boolean hasMinimum ()
boolean hasMaximum ()
void setFacets (SimpleType simpleType)
void validationCode (JSourceCode jsc, String fixedValue, String fieldValidatorInstanceName)

Detailed Description

The XML Schema gMonth type

Author:
Arnaud Blandin
Version:
Revision:
1.2
Date:
2004/10/01 13:24:47

Constructor & Destructor Documentation

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

Member Function Documentation

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

Returns the JType that this XSType represents

Returns:
the JType that this XSType represents

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

Referenced by org.exolab.castor.builder.types.XSGMonth.newInstanceCode().

GMonth org.exolab.castor.builder.types.XSGMonth.getMaxExclusive (  ) 

Returns the maximum exclusive value that this XSGMonth can hold.

Returns:
the maximum exclusive value that this XSGMonth can hold. If no maximum exclusive value has been set, Null will be returned
See also:
getMaxInclusive

Referenced by org.exolab.castor.builder.types.XSGMonth.validationCode().

GMonth org.exolab.castor.builder.types.XSGMonth.getMaxInclusive (  ) 

Returns the maximum inclusive value that this XSGMonth can hold.

Returns:
the maximum inclusive value that this XSGMonth can hold. If no maximum inclusive value has been set, Null will be returned
See also:
getMaxExclusive

Referenced by org.exolab.castor.builder.types.XSGMonth.validationCode().

GMonth org.exolab.castor.builder.types.XSGMonth.getMinExclusive (  ) 

Returns the minimum exclusive value that this XSGMonth can hold.

Returns:
the minimum exclusive value that this XSGMonth can hold. If no minimum exclusive value has been set, Null will be returned
See also:
getMinInclusive
setMaxInclusive

Referenced by org.exolab.castor.builder.types.XSGMonth.validationCode().

GMonth org.exolab.castor.builder.types.XSGMonth.getMinInclusive (  ) 

Returns the minimum inclusive value that this XSGMonth can hold.

Returns:
the minimum inclusive value that this can XSGMonth hold. If no minimum inclusive value has been set, Null will be returned
See also:
getMinExclusive

Referenced by org.exolab.castor.builder.types.XSGMonth.validationCode().

boolean org.exolab.castor.builder.types.XSGMonth.hasMaximum (  ) 
boolean org.exolab.castor.builder.types.XSGMonth.hasMinimum (  ) 
String org.exolab.castor.builder.types.XSGMonth.newInstanceCode (  ) 

Returns the Java code necessary to create a new instance of the JType associated with this XSType

Reimplemented from org.exolab.castor.builder.types.XSType.

References org.exolab.castor.builder.types.XSGMonth.getJType(), and org.exolab.javasource.JType.getName().

void org.exolab.castor.builder.types.XSGMonth.setMaxExclusive ( GMonth  max  ) 

Sets the maximum exclusive value that this XSGMonth can hold.

Parameters:
max the maximum exclusive value this XSGMonth can be
See also:
setMaxInclusive

Referenced by org.exolab.castor.builder.types.XSGMonth.setFacets().

void org.exolab.castor.builder.types.XSGMonth.setMaxInclusive ( GMonth  max  ) 

Sets the maximum inclusive value that this XSGMonth can hold.

Parameters:
max the maximum inclusive value this XSGMonth can be
See also:
setMaxExclusive

Referenced by org.exolab.castor.builder.types.XSGMonth.setFacets().

void org.exolab.castor.builder.types.XSGMonth.setMinExclusive ( GMonth  min  ) 

Sets the minimum exclusive value that this XSGMonth can hold.

Parameters:
max the minimum exclusive value this XSGMonth can be
See also:
setMinInclusive

Referenced by org.exolab.castor.builder.types.XSGMonth.setFacets().

void org.exolab.castor.builder.types.XSGMonth.setMinInclusive ( GMonth  min  ) 

Sets the minimum inclusive value that this XSGMonth can hold.

Parameters:
max the minimum inclusive value this XSGMonth can be
See also:
setMinExclusive

Referenced by org.exolab.castor.builder.types.XSGMonth.setFacets().

void org.exolab.castor.builder.types.XSGMonth.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.

References org.exolab.javasource.JSourceCode.add(), org.exolab.javasource.JSourceCode.append(), org.exolab.castor.builder.types.XSGMonth.getMaxExclusive(), org.exolab.castor.builder.types.XSGMonth.getMaxInclusive(), org.exolab.castor.builder.types.XSGMonth.getMinExclusive(), org.exolab.castor.builder.types.XSGMonth.getMinInclusive(), org.exolab.castor.builder.types.XSGMonth.hasMaximum(), org.exolab.castor.builder.types.XSGMonth.hasMinimum(), org.exolab.javasource.JSourceCode.indent(), org.exolab.castor.types.GMonth.toString(), and org.exolab.javasource.JSourceCode.unindent().


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