org.apache.ws.jaxme.xs.impl
public class XSAtomicTypeRestrictionImpl extends XSSimpleTypeRestrictionImpl implements XSAtomicType
Constructor Summary | |
---|---|
XSAtomicTypeRestrictionImpl(XSType pParent, XSType pBaseType, XsGSimpleRestrictionModel pRestriction) Creates a new atomic type restricting pBaseType
with the constraints pRestriction . |
Method Summary | |
---|---|
XSAtomicType | getAtomicType() |
Long | getFractionDigits() |
Long | getLength() |
String | getMaxExclusive() |
String | getMaxInclusive() |
Long | getMaxLength() |
String | getMinExclusive() |
String | getMinInclusive() |
Long | getMinLength() |
Long | getTotalDigits() |
boolean | isAtomic() |
boolean | isCollapsing() |
boolean | isReplacing() |
pBaseType
with the constraints pRestriction
.