org.apache.ws.jaxme.xs
Interface XSListType

All Known Implementing Classes:
AbstractListType, XSListTypeImpl, XSListTypeRestrictionImpl, XSNMTokens

public interface XSListType

Details of a list type.

Author:
Jochen Wiedmann

Method Summary
 XSType getItemType()
          Returns the item type (which is, of course, a simple type).
 java.lang.Long getLength()
          Returns the value of the "length" facet or null, if the facet is not set.
 java.lang.Long getMaxLength()
          Returns the value of the "minLength" facet or null, if the facet is not set.
 java.lang.Long getMinLength()
          Returns the value of the "maxLength" facet or null, if the facet is not set.
 

Method Detail

getItemType

public XSType getItemType()

Returns the item type (which is, of course, a simple type).


getLength

public java.lang.Long getLength()

Returns the value of the "length" facet or null, if the facet is not set.


getMinLength

public java.lang.Long getMinLength()

Returns the value of the "maxLength" facet or null, if the facet is not set.


getMaxLength

public java.lang.Long getMaxLength()

Returns the value of the "minLength" facet or null, if the facet is not set.