org.apache.ws.jaxme.xs
public interface XSListType
Details of a list type.
Method Summary | |
---|---|
XSType | getItemType() Returns the item type (which is, of course, a simple type). |
Long | getLength() Returns the value of the "length" facet or null, if the facet is not set. |
Long | getMaxLength() Returns the value of the "minLength" facet or null, if the facet is not set. |
Long | getMinLength() Returns the value of the "maxLength" facet or null, if the facet is not set. |
Returns the item type (which is, of course, a simple type).
Returns the value of the "length" facet or null, if the facet is not set.
Returns the value of the "minLength" facet or null, if the facet is not set.
Returns the value of the "maxLength" facet or null, if the facet is not set.