org.apache.ws.jaxme.generator.sg
Interface AtomicTypeSG

All Known Implementing Classes:
AtomicTypeSGImpl

public interface AtomicTypeSG

Author:
Jochen Wiedmann

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.
 

Method Detail

getMaxExclusive

public java.lang.String getMaxExclusive()

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


getMaxInclusive

public java.lang.String getMaxInclusive()

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


getMinExclusive

public java.lang.String getMinExclusive()

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


getMinInclusive

public java.lang.String getMinInclusive()

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


getLength

public java.lang.Long getLength()

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


getMinLength

public java.lang.Long getMinLength()

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


getMaxLength

public java.lang.Long getMaxLength()

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


getFractionDigits

public java.lang.Long getFractionDigits()

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


getTotalDigits

public java.lang.Long getTotalDigits()

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