|
|||||||||
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.XSGMonth
The XML Schema gMonth type
Field Summary |
Constructor Summary | |
XSGMonth()
|
Method Summary | |
JType |
getJType()
Returns the JType that this XSType represents |
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()
|
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 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. |
Methods inherited from class org.exolab.castor.builder.types.XSType |
createFromJavaObjectCode, createToJavaObjectCode, getFacets, getName, getType, isDateTime, isEnumerated, isPrimitive, setAsEnumertated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSGMonth()
Method Detail |
public java.lang.String newInstanceCode()
newInstanceCode
in class XSType
public JType getJType()
XSType
getJType
in class XSType
public GMonth getMaxExclusive()
getMaxInclusive()
public GMonth getMaxInclusive()
getMaxExclusive()
public GMonth getMinExclusive()
getMinInclusive()
,
setMaxInclusive(org.exolab.castor.types.GMonth)
public GMonth getMinInclusive()
getMinExclusive()
public void setMaxExclusive(GMonth max)
max
- the maximum exclusive value this XSGMonth can besetMaxInclusive(org.exolab.castor.types.GMonth)
public void setMaxInclusive(GMonth max)
max
- the maximum inclusive value this XSGMonth can besetMaxExclusive(org.exolab.castor.types.GMonth)
public void setMinExclusive(GMonth min)
setMinInclusive(org.exolab.castor.types.GMonth)
public void setMinInclusive(GMonth min)
setMinExclusive(org.exolab.castor.types.GMonth)
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |