Public Member Functions

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

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

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Returns the JType that this XSType represents

Returns:
the JType that this XSType represents

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

Duration org.exolab.castor.builder.types.XSDuration.getMaxExclusive (  ) 

Returns the maximum exclusive value that this XSDuration can hold.

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

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

Duration org.exolab.castor.builder.types.XSDuration.getMaxInclusive (  ) 

Returns the maximum inclusive value that this XSDuration can hold.

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

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

Duration org.exolab.castor.builder.types.XSDuration.getMinExclusive (  ) 

Returns the minimum exclusive value that this XSDuration can hold.

Returns:
the minimum exclusive value that this XSDuration 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.XSDuration.validationCode().

Duration org.exolab.castor.builder.types.XSDuration.getMinInclusive (  ) 

Returns the minimum inclusive value that this XSDuration can hold.

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

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

boolean org.exolab.castor.builder.types.XSDuration.hasMaximum (  ) 
boolean org.exolab.castor.builder.types.XSDuration.hasMinimum (  ) 
void org.exolab.castor.builder.types.XSDuration.setMaxExclusive ( Duration  max  ) 

Sets the maximum exclusive value that this XSDuration can hold.

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

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

void org.exolab.castor.builder.types.XSDuration.setMaxInclusive ( Duration  max  ) 

Sets the maximum inclusive value that this XSDuration can hold.

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

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

void org.exolab.castor.builder.types.XSDuration.setMinExclusive ( Duration  min  ) 

Sets the minimum exclusive value that this XSDuration can hold.

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

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

void org.exolab.castor.builder.types.XSDuration.setMinInclusive ( Duration  min  ) 

Sets the minimum inclusive value that this XSInt can hold.

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

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

void org.exolab.castor.builder.types.XSDuration.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.XSDuration.getMaxExclusive(), org.exolab.castor.builder.types.XSDuration.getMaxInclusive(), org.exolab.castor.builder.types.XSDuration.getMinExclusive(), org.exolab.castor.builder.types.XSDuration.getMinInclusive(), org.exolab.castor.builder.types.XSDuration.hasMaximum(), org.exolab.castor.builder.types.XSDuration.hasMinimum(), and org.exolab.castor.types.Duration.toLong().


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