org.apache.ws.jaxme.generator.sg
public interface AtomicTypeSG
Method Summary | |
---|---|
Long | getFractionDigits() Returns the value of the "fractionDigits" facet or null, if the facet is not set. |
Long | getLength() Returns the value of the "length" facet or null, if the facet is not set. |
String | getMaxExclusive() Returns the value of the "maxExclusive" facet or null, if the facet is not set. |
String | getMaxInclusive() Returns the value of the "maxInclusive" facet or null, if the facet is not set. |
Long | getMaxLength() Returns the value of the "maxLength" facet or null, if the facet is not set. |
String | getMinExclusive() Returns the value of the "minExclusive" facet or null, if the facet is not set. |
String | getMinInclusive() Returns the value of the "minInclusive" facet or null, if the facet is not set. |
Long | getMinLength() Returns the value of the "minLength" facet or null, if the facet is not set. |
Long | getTotalDigits() Returns the value of the "totalDigits" facet or null, if the facet is not set. |
Returns the value of the "fractionDigits" facet or null, if the facet is not set.
Returns the value of the "length" facet or null, if the facet is not set.
Returns the value of the "maxExclusive" facet or null, if the facet is not set.
Returns the value of the "maxInclusive" facet or null, if the facet is not set.
Returns the value of the "maxLength" facet or null, if the facet is not set.
Returns the value of the "minExclusive" facet or null, if the facet is not set.
Returns the value of the "minInclusive" facet or null, if the facet is not set.
Returns the value of the "minLength" facet or null, if the facet is not set.
Returns the value of the "totalDigits" facet or null, if the facet is not set.