|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.builder.types.XSType
org.exolab.castor.builder.types.XSGMonthDay
public class XSGMonthDay
The XML Schema gYearMonth type
Field Summary |
---|
Constructor Summary | |
---|---|
XSGMonthDay()
|
Method Summary | |
---|---|
JType |
getJType()
Returns the JType that this XSType represents |
GMonthDay |
getMaxExclusive()
Returns the maximum exclusive value that this XSGMonthDay can hold. |
GMonthDay |
getMaxInclusive()
Returns the maximum inclusive value that this XSGMonthDay can hold. |
GMonthDay |
getMinExclusive()
Returns the minimum exclusive value that this XSGMonthDay can hold. |
GMonthDay |
getMinInclusive()
Returns the minimum inclusive value that this XSGMonthDay can hold. |
boolean |
hasMaximum()
|
boolean |
hasMinimum()
|
java.lang.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 XSXSGMonthDay override the readFacet method of XSType |
void |
setMaxExclusive(GMonthDay max)
Sets the maximum exclusive value that this XSGMonthDay can hold. |
void |
setMaxInclusive(GMonthDay max)
Sets the maximum inclusive value that this XSGMonthDay can hold. |
void |
setMinExclusive(GMonthDay min)
Sets the minimum exclusive value that this XSGMonthDay can hold. |
void |
setMinInclusive(GMonthDay min)
Sets the minimum inclusive value that this XSGMonthDay can hold. |
void |
validationCode(JSourceCode jsc,
java.lang.String fixedValue,
java.lang.String fieldValidatorInstanceName)
Creates the validation code for an instance of this XSType. |
Methods inherited from class org.exolab.castor.builder.types.XSType |
---|
createFromJavaObjectCode, createToJavaObjectCode, escapePattern, getFacets, getName, getType, isDateTime, isEnumerated, isPrimitive, setAsEnumerated |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSGMonthDay()
Method Detail |
---|
public java.lang.String newInstanceCode()
newInstanceCode
in class XSType
public JType getJType()
XSType
getJType
in class XSType
public GMonthDay getMaxExclusive()
getMaxInclusive()
public GMonthDay getMaxInclusive()
getMaxExclusive()
public GMonthDay getMinExclusive()
getMinInclusive()
,
setMaxInclusive(org.exolab.castor.types.GMonthDay)
public GMonthDay getMinInclusive()
getMinExclusive()
public void setMaxExclusive(GMonthDay max)
max
- the maximum exclusive value this XSGMonthDay can besetMaxInclusive(org.exolab.castor.types.GMonthDay)
public void setMaxInclusive(GMonthDay max)
max
- the maximum inclusive value this XSGMonthDay can besetMaxExclusive(org.exolab.castor.types.GMonthDay)
public void setMinExclusive(GMonthDay min)
min
- the minimum exclusive value this XSGMonthDay can besetMinInclusive(org.exolab.castor.types.GMonthDay)
public void setMinInclusive(GMonthDay min)
min
- the minimum inclusive value this XSGMonthDay can besetMinExclusive(org.exolab.castor.types.GMonthDay)
public boolean hasMinimum()
public boolean hasMaximum()
public void setFacets(SimpleType simpleType)
setFacets
in class XSType
simpleType
- the Simpletype containing the facetsXSType.getFacets(org.exolab.castor.xml.schema.SimpleType)
public void validationCode(JSourceCode jsc, java.lang.String fixedValue, java.lang.String fieldValidatorInstanceName)
validationCode
in class XSType
fixedValue
- a fixed value to use if anyjsc
- the JSourceCode to fill in.fieldValidatorInstanceName
- the name of the FieldValidator
that the configured TypeValidator should be added to.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |