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

Class AtomicTypeSGImpl

Implemented Interfaces:
AtomicTypeSG

public class AtomicTypeSGImpl
extends java.lang.Object
implements AtomicTypeSG

Author:
Jochen Wiedmann

Constructor Summary

AtomicTypeSGImpl(XSAtomicType xsAtomicType)

Method Summary

Long
getFractionDigits()
Long
getLength()
String
getMaxExclusive()
String
getMaxInclusive()
Long
getMaxLength()
String
getMinExclusive()
String
getMinInclusive()
Long
getMinLength()
Long
getTotalDigits()

Constructor Details

AtomicTypeSGImpl

public AtomicTypeSGImpl(XSAtomicType xsAtomicType)

Method Details

getFractionDigits

public Long getFractionDigits()
Specified by:
getFractionDigits in interface AtomicTypeSG

getLength

public Long getLength()
Specified by:
getLength in interface AtomicTypeSG

getMaxExclusive

public String getMaxExclusive()
Specified by:
getMaxExclusive in interface AtomicTypeSG

getMaxInclusive

public String getMaxInclusive()
Specified by:
getMaxInclusive in interface AtomicTypeSG

getMaxLength

public Long getMaxLength()
Specified by:
getMaxLength in interface AtomicTypeSG

getMinExclusive

public String getMinExclusive()
Specified by:
getMinExclusive in interface AtomicTypeSG

getMinInclusive

public String getMinInclusive()
Specified by:
getMinInclusive in interface AtomicTypeSG

getMinLength

public Long getMinLength()
Specified by:
getMinLength in interface AtomicTypeSG

getTotalDigits

public Long getTotalDigits()
Specified by:
getTotalDigits in interface AtomicTypeSG