org.apache.ws.jaxme.xs.types
public abstract class AbstractAtomicType extends AbstractSimpleType implements XSAtomicType
| 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 | isBuiltin() |
| boolean | isCollapsing() |
| boolean | isReplacing() |