org.exolab.castor.builder.types
public class XSGMonth extends XSType
Version: $Revision: 1.3 $ $Date: 2005/03/05 13:41:44 $
Constructor Summary | |
---|---|
XSGMonth() |
Method Summary | |
---|---|
JType | getJType() |
GMonth | getMaxExclusive()
Returns the maximum exclusive value that this XSGMonth can hold. |
GMonth | getMaxInclusive()
Returns the maximum inclusive value that this XSGMonth can hold. |
GMonth | getMinExclusive()
Returns the minimum exclusive value that this XSGMonth can hold. |
GMonth | getMinInclusive()
Returns the minimum inclusive value that this XSGMonth 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 XSXSGMonth
override the readFacet method of XSType |
void | setMaxExclusive(GMonth max)
Sets the maximum exclusive value that this XSGMonth can hold. |
void | setMaxInclusive(GMonth max)
Sets the maximum inclusive value that this XSGMonth can hold. |
void | setMinExclusive(GMonth min)
Sets the minimum exclusive value that this XSGMonth can hold. |
void | setMinInclusive(GMonth min)
Sets the minimum inclusive value that this XSGMonth 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 XSGMonth can hold. If no maximum exclusive value has been set, Null will be returned
See Also: XSGMonth
Returns: the maximum inclusive value that this XSGMonth can hold. If no maximum inclusive value has been set, Null will be returned
See Also: XSGMonth
Returns: the minimum exclusive value that this XSGMonth can hold. If no minimum exclusive value has been set, Null will be returned
Returns: the minimum inclusive value that this can XSGMonth hold. If no minimum inclusive value has been set, Null will be returned
See Also: XSGMonth
Parameters: simpleType the Simpletype containing the facets
See Also: XSType
Parameters: max the maximum exclusive value this XSGMonth can be
See Also: XSGMonth
Parameters: max the maximum inclusive value this XSGMonth can be
See Also: XSGMonth
Parameters: min the minimum exclusive value this XSGMonth can be
See Also: XSGMonth
Parameters: min the minimum inclusive value this XSGMonth can be
See Also: XSGMonth
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.