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