org.exolab.castor.builder.types
public class XSGDay extends XSType
Version: $Revision $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
Constructor Summary | |
---|---|
XSGDay() |
Method Summary | |
---|---|
JType | getJType() |
GDay | getMaxExclusive()
Returns the maximum exclusive value that this XSGDay can hold. |
GDay | getMaxInclusive()
Returns the maximum inclusive value that this XSGDay can hold. |
GDay | getMinExclusive()
Returns the minimum exclusive value that this XSGDay can hold. |
GDay | getMinInclusive()
Returns the minimum inclusive value that this XSGDay can hold. |
boolean | hasMaximum() |
boolean | hasMinimum() |
String | newInstanceCode()
Returns the Java code necessary to create a new instance of the
JType associated with this XSType |
void | setFacets(SimpleType simpleType)
Reads and sets the facets for XSXSGDay
override the readFacet method of XSType |
void | setMaxExclusive(GDay max)
Sets the maximum exclusive value that this XSGDay can hold. |
void | setMaxInclusive(GDay max)
Sets the maximum inclusive value that this XSGDay can hold. |
void | setMinExclusive(GDay min)
Sets the minimum exclusive value that this XSGDay can hold. |
void | setMinInclusive(GDay min)
Sets the minimum inclusive value that this XSGDay can hold. |
void | validationCode(JSourceCode jsc, String fixedValue, String fieldValidatorInstanceName)
Creates the validation code for an instance of this XSType. |
Returns: the maximum exclusive value that this XSGDay can hold. If no maximum exclusive value has been set, Null will be returned
See Also: XSGDay
Returns: the maximum inclusive value that this XSGDay can hold. If no maximum inclusive value has been set, Null will be returned
See Also: XSGDay
Returns: the minimum exclusive value that this XSGDay can hold. If no minimum exclusive value has been set, Null will be returned
Returns: the minimum inclusive value that this can XSGDay hold. If no minimum inclusive value has been set, Null will be returned
See Also: XSGDay
Parameters: simpleType the Simpletype containing the facets
See Also: XSType
Parameters: max the maximum exclusive value this XSGDay can be
See Also: XSGDay
Parameters: max the maximum inclusive value this XSGDay can be
See Also: XSGDay
Parameters: min the minimum exclusive value this XSGDay can be
See Also: XSGDay
Parameters: min the minimum inclusive value this XSGDay can be
See Also: XSGDay
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.