|
|||||||||
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.XSList
A list type....this will change soon
Field Summary | |
(package private) XSType |
contentType
|
(package private) int |
maxSize
|
(package private) int |
minSize
|
Constructor Summary | |
XSList(XSType contentType)
|
Method Summary | |
XSType |
getContentType()
|
JType |
getJType()
Returns the JType that this XSType represents |
int |
getMaximumSize()
|
int |
getMinimumSize()
|
void |
setFacets(SimpleType simpleType)
Reads and sets the facets for XSType |
void |
setMaximumSize(int size)
|
void |
setMinimumSize(int size)
|
Methods inherited from class org.exolab.castor.builder.types.XSType |
createFromJavaObjectCode, createToJavaObjectCode, getFacets, getName, getType, isDateTime, isEnumerated, isPrimitive, newInstanceCode, setAsEnumertated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int maxSize
int minSize
XSType contentType
Constructor Detail |
public XSList(XSType contentType)
Method Detail |
public JType getJType()
getJType
in class XSType
public int getMinimumSize()
public int getMaximumSize()
public XSType getContentType()
public void setMaximumSize(int size)
public void setMinimumSize(int size)
public void setFacets(SimpleType simpleType)
XSType
setFacets
in class XSType
simpleType
- the SimpleType containing the facets
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |