public class AtomicTypeSGImpl extends java.lang.Object implements AtomicTypeSG
| Constructor and Description |
|---|
AtomicTypeSGImpl(XSAtomicType xsAtomicType) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public AtomicTypeSGImpl(XSAtomicType xsAtomicType)
public java.lang.String getMaxExclusive()
AtomicTypeSGReturns the value of the "maxExclusive" facet or null, if the facet is not set.
getMaxExclusive in interface AtomicTypeSGpublic java.lang.String getMaxInclusive()
AtomicTypeSGReturns the value of the "maxInclusive" facet or null, if the facet is not set.
getMaxInclusive in interface AtomicTypeSGpublic java.lang.String getMinExclusive()
AtomicTypeSGReturns the value of the "minExclusive" facet or null, if the facet is not set.
getMinExclusive in interface AtomicTypeSGpublic java.lang.String getMinInclusive()
AtomicTypeSGReturns the value of the "minInclusive" facet or null, if the facet is not set.
getMinInclusive in interface AtomicTypeSGpublic java.lang.Long getFractionDigits()
AtomicTypeSGReturns the value of the "fractionDigits" facet or null, if the facet is not set.
getFractionDigits in interface AtomicTypeSGpublic java.lang.Long getTotalDigits()
AtomicTypeSGReturns the value of the "totalDigits" facet or null, if the facet is not set.
getTotalDigits in interface AtomicTypeSGpublic java.lang.Long getLength()
AtomicTypeSGReturns the value of the "length" facet or null, if the facet is not set.
getLength in interface AtomicTypeSGpublic java.lang.Long getMaxLength()
AtomicTypeSGReturns the value of the "maxLength" facet or null, if the facet is not set.
getMaxLength in interface AtomicTypeSGpublic java.lang.Long getMinLength()
AtomicTypeSGReturns the value of the "minLength" facet or null, if the facet is not set.
getMinLength in interface AtomicTypeSG