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()
AtomicTypeSG
Returns the value of the "maxExclusive" facet or null, if the facet is not set.
getMaxExclusive
in interface AtomicTypeSG
public java.lang.String getMaxInclusive()
AtomicTypeSG
Returns the value of the "maxInclusive" facet or null, if the facet is not set.
getMaxInclusive
in interface AtomicTypeSG
public java.lang.String getMinExclusive()
AtomicTypeSG
Returns the value of the "minExclusive" facet or null, if the facet is not set.
getMinExclusive
in interface AtomicTypeSG
public java.lang.String getMinInclusive()
AtomicTypeSG
Returns the value of the "minInclusive" facet or null, if the facet is not set.
getMinInclusive
in interface AtomicTypeSG
public java.lang.Long getFractionDigits()
AtomicTypeSG
Returns the value of the "fractionDigits" facet or null, if the facet is not set.
getFractionDigits
in interface AtomicTypeSG
public java.lang.Long getTotalDigits()
AtomicTypeSG
Returns the value of the "totalDigits" facet or null, if the facet is not set.
getTotalDigits
in interface AtomicTypeSG
public java.lang.Long getLength()
AtomicTypeSG
Returns the value of the "length" facet or null, if the facet is not set.
getLength
in interface AtomicTypeSG
public java.lang.Long getMaxLength()
AtomicTypeSG
Returns the value of the "maxLength" facet or null, if the facet is not set.
getMaxLength
in interface AtomicTypeSG
public java.lang.Long getMinLength()
AtomicTypeSG
Returns the value of the "minLength" facet or null, if the facet is not set.
getMinLength
in interface AtomicTypeSG