org.apache.ws.jaxme.generator.sg

Interface AtomicTypeSG

public interface AtomicTypeSG

Author: Jochen Wiedmann

Method Summary
LonggetFractionDigits()

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

LonggetLength()

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

StringgetMaxExclusive()

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

StringgetMaxInclusive()

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

LonggetMaxLength()

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

StringgetMinExclusive()

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

StringgetMinInclusive()

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

LonggetMinLength()

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

LonggetTotalDigits()

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

Method Detail

getFractionDigits

public Long getFractionDigits()

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

getLength

public Long getLength()

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

getMaxExclusive

public String getMaxExclusive()

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

getMaxInclusive

public String getMaxInclusive()

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

getMaxLength

public Long getMaxLength()

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

getMinExclusive

public String getMinExclusive()

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

getMinInclusive

public String getMinInclusive()

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

getMinLength

public Long getMinLength()

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

getTotalDigits

public Long getTotalDigits()

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