|
|||||||||
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.XSGYear
The XML Schema gYear type
Field Summary |
Constructor Summary | |
XSGYear()
|
Method Summary | |
JType |
getJType()
Returns the JType that this XSType represents |
GYear |
getMaxExclusive()
Returns the maximum exclusive value that this XSGYear can hold. |
GYear |
getMaxInclusive()
Returns the maximum inclusive value that this XSGYear can hold. |
GYear |
getMinExclusive()
Returns the minimum exclusive value that this XSGYear can hold. |
GYear |
getMinInclusive()
Returns the minimum inclusive value that this XSGYear 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 XSXSGYear override the readFacet method of XSType |
void |
setMaxExclusive(GYear max)
Sets the maximum exclusive value that this XSGYear can hold. |
void |
setMaxInclusive(GYear max)
Sets the maximum inclusive value that this XSGYear can hold. |
void |
setMinExclusive(GYear min)
Sets the minimum exclusive value that this XSGYear can hold. |
void |
setMinInclusive(GYear min)
Sets the minimum inclusive value that this XSGYear 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 XSGYear()
Method Detail |
public java.lang.String newInstanceCode()
newInstanceCode
in class XSType
public JType getJType()
XSType
getJType
in class XSType
public GYear getMaxExclusive()
getMaxInclusive()
public GYear getMaxInclusive()
getMaxExclusive()
public GYear getMinExclusive()
getMinInclusive()
,
setMaxInclusive(org.exolab.castor.types.GYear)
public GYear getMinInclusive()
getMinExclusive()
public void setMaxExclusive(GYear max)
max
- the maximum exclusive value this XSGYear can besetMaxInclusive(org.exolab.castor.types.GYear)
public void setMaxInclusive(GYear max)
max
- the maximum inclusive value this XSGYear can besetMaxExclusive(org.exolab.castor.types.GYear)
public void setMinExclusive(GYear min)
setMinInclusive(org.exolab.castor.types.GYear)
public void setMinInclusive(GYear min)
setMinExclusive(org.exolab.castor.types.GYear)
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 |