Interface SchemaFacetBoundary
-
- All Superinterfaces:
SchemaFacet
- All Known Subinterfaces:
SchemaFacetBoundaryMaxExclusive,SchemaFacetBoundaryMaxInclusive,SchemaFacetBoundaryMinExclusive,SchemaFacetBoundaryMinInclusive
public interface SchemaFacetBoundary extends SchemaFacet
This interface represents themaxExclusive,maxInclusive,minExclusive, andminInclusivefacets associated with a node. This facet can be:- Static, using the XML Schema standard facets.
- Dynamic, if the value of this facet depends on the value of an other node in the data model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetBound()Returns the value of this facet, if this facet is static.PathgetPath()Returns thepathdefined in this constraint, if this facet is dynamic.-
Methods inherited from interface com.orchestranetworks.schema.info.SchemaFacet
getDocumentation, getFacetValidationMessage, getSchemaNode, getValidationPolicy, isEnumerationList, isEnumerationNomenclature, isEnumerationTableRef, isFacetBoundaryMaxExclusive, isFacetBoundaryMaxInclusive, isFacetBoundaryMinExclusive, isFacetBoundaryMinInclusive, isFacetEnumeration, isFacetExcludeSegment, isFacetExcludeValue, isFacetFractionDigits, isFacetLength, isFacetMaxLength, isFacetMinLength, isFacetOnMandatoryField, isFacetOResource, isFacetPattern, isFacetTotalDigits
-
-