org.apache.ws.jaxme.xs.impl

Class XSListTypeImpl

public class XSListTypeImpl extends XSSimpleTypeImpl implements XSListType

Author: Jochen Wiedmann

Constructor Summary
XSListTypeImpl(XSType pOwner, XsEList pBaseList)
Method Summary
XSEnumeration[]getEnumerations()
XSTypegetItemType()
LonggetLength()
XSListTypegetListType()
LonggetMaxLength()
LonggetMinLength()
String[][]getPattern()
XSTypegetRestrictedType()
booleanisList()
booleanisRestriction()

Constructor Detail

XSListTypeImpl

public XSListTypeImpl(XSType pOwner, XsEList pBaseList)

Method Detail

getEnumerations

public XSEnumeration[] getEnumerations()

getItemType

public XSType getItemType()

getLength

public Long getLength()

getListType

public XSListType getListType()

getMaxLength

public Long getMaxLength()

getMinLength

public Long getMinLength()

getPattern

public String[][] getPattern()

getRestrictedType

public XSType getRestrictedType()

isList

public boolean isList()

isRestriction

public boolean isRestriction()