org.apache.ws.jaxme.xs.impl

Class XSSimpleTypeRestrictionImpl

public abstract class XSSimpleTypeRestrictionImpl extends XSSimpleTypeImpl

Author: Jochen Wiedmann

Constructor Summary
protected XSSimpleTypeRestrictionImpl(XSType pParent, XSType pRestrictedType, XsGSimpleRestrictionModel pRestriction)
Method Summary
protected XSSimpleTypegetBaseType()
XSEnumeration[]getEnumerations()
String[][]getPattern()
XSTypegetRestrictedType()
protected XsGSimpleRestrictionModelgetRestriction()
booleanisRestriction()

Constructor Detail

XSSimpleTypeRestrictionImpl

protected XSSimpleTypeRestrictionImpl(XSType pParent, XSType pRestrictedType, XsGSimpleRestrictionModel pRestriction)

Method Detail

getBaseType

protected XSSimpleType getBaseType()

getEnumerations

public XSEnumeration[] getEnumerations()

getPattern

public String[][] getPattern()

getRestrictedType

public XSType getRestrictedType()

getRestriction

protected XsGSimpleRestrictionModel getRestriction()

isRestriction

public boolean isRestriction()