org.apache.ws.jaxme.xs.impl
public class XSListTypeImpl extends XSSimpleTypeImpl implements XSListType
| Constructor Summary | |
|---|---|
| XSListTypeImpl(XSType pOwner, XsEList pBaseList) | |
| Method Summary | |
|---|---|
| XSEnumeration[] | getEnumerations() |
| XSType | getItemType() |
| Long | getLength() |
| XSListType | getListType() |
| Long | getMaxLength() |
| Long | getMinLength() |
| String[][] | getPattern() |
| XSType | getRestrictedType() |
| boolean | isList() |
| boolean | isRestriction() |