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

java.lang.Object
  extended by org.apache.ws.jaxme.generator.sg.impl.AtomicTypeSGImpl
All Implemented Interfaces:
AtomicTypeSG

public class AtomicTypeSGImpl
extends java.lang.Object
implements AtomicTypeSG

Author:
Jochen Wiedmann

Constructor Summary
AtomicTypeSGImpl(XSAtomicType xsAtomicType)
           
 
Method Summary
 java.lang.Long getFractionDigits()
          Returns the value of the "fractionDigits" facet or null, if the facet is not set.
 java.lang.Long getLength()
          Returns the value of the "length" facet or null, if the facet is not set.
 java.lang.String getMaxExclusive()
          Returns the value of the "maxExclusive" facet or null, if the facet is not set.
 java.lang.String getMaxInclusive()
          Returns the value of the "maxInclusive" facet or null, if the facet is not set.
 java.lang.Long getMaxLength()
          Returns the value of the "maxLength" facet or null, if the facet is not set.
 java.lang.String getMinExclusive()
          Returns the value of the "minExclusive" facet or null, if the facet is not set.
 java.lang.String getMinInclusive()
          Returns the value of the "minInclusive" facet or null, if the facet is not set.
 java.lang.Long getMinLength()
          Returns the value of the "minLength" facet or null, if the facet is not set.
 java.lang.Long getTotalDigits()
          Returns the value of the "totalDigits" facet or null, if the facet is not set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicTypeSGImpl

public AtomicTypeSGImpl(XSAtomicType xsAtomicType)
Method Detail

getMaxExclusive

public java.lang.String getMaxExclusive()
Description copied from interface: AtomicTypeSG

Returns the value of the "maxExclusive" facet or null, if the facet is not set.

Specified by:
getMaxExclusive in interface AtomicTypeSG

getMaxInclusive

public java.lang.String getMaxInclusive()
Description copied from interface: AtomicTypeSG

Returns the value of the "maxInclusive" facet or null, if the facet is not set.

Specified by:
getMaxInclusive in interface AtomicTypeSG

getMinExclusive

public java.lang.String getMinExclusive()
Description copied from interface: AtomicTypeSG

Returns the value of the "minExclusive" facet or null, if the facet is not set.

Specified by:
getMinExclusive in interface AtomicTypeSG

getMinInclusive

public java.lang.String getMinInclusive()
Description copied from interface: AtomicTypeSG

Returns the value of the "minInclusive" facet or null, if the facet is not set.

Specified by:
getMinInclusive in interface AtomicTypeSG

getFractionDigits

public java.lang.Long getFractionDigits()
Description copied from interface: AtomicTypeSG

Returns the value of the "fractionDigits" facet or null, if the facet is not set.

Specified by:
getFractionDigits in interface AtomicTypeSG

getTotalDigits

public java.lang.Long getTotalDigits()
Description copied from interface: AtomicTypeSG

Returns the value of the "totalDigits" facet or null, if the facet is not set.

Specified by:
getTotalDigits in interface AtomicTypeSG

getLength

public java.lang.Long getLength()
Description copied from interface: AtomicTypeSG

Returns the value of the "length" facet or null, if the facet is not set.

Specified by:
getLength in interface AtomicTypeSG

getMaxLength

public java.lang.Long getMaxLength()
Description copied from interface: AtomicTypeSG

Returns the value of the "maxLength" facet or null, if the facet is not set.

Specified by:
getMaxLength in interface AtomicTypeSG

getMinLength

public java.lang.Long getMinLength()
Description copied from interface: AtomicTypeSG

Returns the value of the "minLength" facet or null, if the facet is not set.

Specified by:
getMinLength in interface AtomicTypeSG