org.apache.ws.jaxme.generator.sg.impl

Class AtomicTypeSGImpl

public class AtomicTypeSGImpl extends Object implements AtomicTypeSG

Author: Jochen Wiedmann

Constructor Summary
AtomicTypeSGImpl(XSAtomicType xsAtomicType)
Method Summary
LonggetFractionDigits()
LonggetLength()
StringgetMaxExclusive()
StringgetMaxInclusive()
LonggetMaxLength()
StringgetMinExclusive()
StringgetMinInclusive()
LonggetMinLength()
LonggetTotalDigits()

Constructor Detail

AtomicTypeSGImpl

public AtomicTypeSGImpl(XSAtomicType xsAtomicType)

Method Detail

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()