org.apache.ws.jaxme.xs.impl

Class XSListTypeRestrictionImpl

public class XSListTypeRestrictionImpl extends XSSimpleTypeRestrictionImpl implements XSListType

Author: Jochen Wiedmann

Constructor Summary
XSListTypeRestrictionImpl(XSType pParent, XSType pRestrictedType, XsGSimpleRestrictionModel pRestriction)
Method Summary
XSTypegetItemType()
LonggetLength()
XSListTypegetListType()
LonggetMaxLength()
LonggetMinLength()
booleanisList()

Constructor Detail

XSListTypeRestrictionImpl

public XSListTypeRestrictionImpl(XSType pParent, XSType pRestrictedType, XsGSimpleRestrictionModel pRestriction)

Method Detail

getItemType

public XSType getItemType()

getLength

public Long getLength()

getListType

public XSListType getListType()

getMaxLength

public Long getMaxLength()

getMinLength

public Long getMinLength()

isList

public boolean isList()