public interface Restriction
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getEnumeration()
Get the enumeration restricting the base type.
|
java.util.List<FacetType> |
getFacets() |
java.lang.Integer |
getFractionDigits() |
java.lang.Integer |
getLength() |
java.lang.String |
getMaxExclusive() |
java.lang.String |
getMaxInclusive() |
java.lang.Integer |
getMaxLength() |
java.lang.String |
getMinExclusive() |
java.lang.String |
getMinInclusive() |
java.lang.Integer |
getMinLength() |
java.util.List<java.lang.String> |
getPattern() |
java.lang.Integer |
getTotalDigits() |
java.lang.String |
getWhiteSpace()
Get "whiteSpace" constraints.
|
java.lang.String |
getXmlSchemaTypeName() |
java.lang.String getXmlSchemaTypeName() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.util.List<FacetType> getFacets() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.util.List<java.lang.String> getEnumeration() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.lang.Integer getLength() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.lang.Integer getMaxLength() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.lang.Integer getMinLength() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.util.List<java.lang.String> getPattern() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.lang.String getWhiteSpace() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.lang.String getMaxExclusive() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.lang.String getMaxInclusive() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.lang.String getMinExclusive() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.lang.String getMinInclusive() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.lang.Integer getTotalDigits() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException
java.lang.Integer getFractionDigits() throws com.softwareag.eda.common.EDAException
com.softwareag.eda.common.EDAException