org.apache.ws.jaxme.xs.impl
Class XSListTypeRestrictionImpl
- XSListType, XSSimpleType
public class XSListTypeRestrictionImpl
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.
|
XSListType | getListType() - Returns the list type details.
|
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.
|
boolean | isList() - Returns whether the simple type is a list.
|
getLength
public Long getLength()
Returns the value of the "length" facet or null, if the facet is not set.
- getLength in interface XSListType
getMaxLength
public Long getMaxLength()
Returns the value of the "minLength" facet or null, if the facet is not set.
- getMaxLength in interface XSListType
getMinLength
public Long getMinLength()
Returns the value of the "maxLength" facet or null, if the facet is not set.
- getMinLength in interface XSListType