org.apache.ws.jaxme.xs.types

Class AbstractAtomicType

public abstract class AbstractAtomicType extends AbstractSimpleType implements XSAtomicType

Author: Jochen Wiedmann

Method Summary
XSAtomicTypegetAtomicType()
LonggetFractionDigits()
LonggetLength()
StringgetMaxExclusive()
StringgetMaxInclusive()
LonggetMaxLength()
StringgetMinExclusive()
StringgetMinInclusive()
LonggetMinLength()
LonggetTotalDigits()
booleanisAtomic()
booleanisBuiltin()
booleanisCollapsing()
booleanisReplacing()

Method Detail

getAtomicType

public XSAtomicType getAtomicType()

getFractionDigits

public Long getFractionDigits()

getLength

public Long getLength()

getMaxExclusive

public String getMaxExclusive()

getMaxInclusive

public String getMaxInclusive()

getMaxLength

public Long getMaxLength()

getMinExclusive

public String getMinExclusive()

getMinInclusive

public String getMinInclusive()

getMinLength

public Long getMinLength()

getTotalDigits

public Long getTotalDigits()

isAtomic

public boolean isAtomic()

isBuiltin

public boolean isBuiltin()

isCollapsing

public boolean isCollapsing()

isReplacing

public boolean isReplacing()