org.apache.ws.jaxme.xs.types

Class AbstractListType

public abstract class AbstractListType extends AbstractSimpleType implements XSListType

Author: Jochen Wiedmann

Method Summary
LonggetLength()
LonggetMaxLength()
LonggetMinLength()
XSTypegetRestrictedType()
booleanisList()
booleanisRestriction()

Method Detail

getLength

public Long getLength()

getMaxLength

public Long getMaxLength()

getMinLength

public Long getMinLength()

getRestrictedType

public XSType getRestrictedType()

isList

public boolean isList()

isRestriction

public boolean isRestriction()