WebLogic Integration


Uses of Class
com.bea.schema.facet.SOMFacet

Packages that use SOMFacet
com.bea.schema Objects/interfaces for BEA Schema support. 
com.bea.schema.facet Objects/interfaces for BEA Schema facet support. 
 

Uses of SOMFacet in com.bea.schema
 

Methods in com.bea.schema that return SOMFacet
 SOMFacet SOMRestriction.setFacet(java.lang.String facet_name, java.lang.String value)
          Use the setFacet method to place restrictions on a previously defined type.
 SOMFacet SOMRestriction.setLength(java.lang.String val)
           
 SOMFacet SOMRestriction.setMinLength(java.lang.String val)
           
 SOMFacet SOMRestriction.setMaxLength(java.lang.String val)
           
 SOMFacet SOMRestriction.setPattern(java.lang.String val)
           
 SOMFacet SOMRestriction.setEnumeration(java.lang.String val)
           
 SOMFacet SOMRestriction.setWhiteSpace(java.lang.String val)
           
 SOMFacet SOMRestriction.setMaxInclusive(java.lang.String val)
           
 SOMFacet SOMRestriction.setMaxExclusive(java.lang.String val)
           
 SOMFacet SOMRestriction.setMinExclusive(java.lang.String val)
           
 SOMFacet SOMRestriction.setMinInclusive(java.lang.String val)
           
 SOMFacet SOMRestriction.setTotalDigits(java.lang.String val)
           
 SOMFacet SOMRestriction.setFractionDigits(java.lang.String val)
           
 SOMFacet SOMRestriction.setPrecision(java.lang.String val)
          Deprecated.  
 SOMFacet SOMRestriction.setScale(java.lang.String val)
          Deprecated.  
 SOMFacet SOMRestriction.setEncoding(java.lang.String val)
          Deprecated.  
 SOMFacet SOMRestriction.setDuration(java.lang.String val)
          Deprecated.  
 SOMFacet SOMRestriction.setPeriod(java.lang.String val)
          Deprecated.  
 SOMFacet SOMRestriction.removeFacet(java.lang.String facet)
          remove a facet element from this restriction element.
 

Uses of SOMFacet in com.bea.schema.facet
 

Subclasses of SOMFacet in com.bea.schema.facet
 class FacetDuration
          Deprecated. 3/16/2001
 class FacetEncoding
          Deprecated. 3/16/2001
 class FacetEnumeration
          enumeration constrains the value space to a specified set of values.
 class FacetFractionDigits
          fractionDigits is the maximum number of digits in the fractional part of values of datatypes derived from number.
 class FacetLength
          length is the number of units of length, where units of length varies depending on the type that is being derived from.
 class FacetMaxExclusive
          maxExclusive is the exclusive upper bound of the value space for a datatype with the ordered property.
 class FacetMaxInclusive
          maxInclusive is the inclusive upper bound of the value space for a datatype with the ordered property.
 class FacetMaxLength
          maxLength is the maximum number of units of length, where units of length varies depending on the type that is being derived from.
 class FacetMinExclusive
          minExclusive is the exclusive lower bound of the value space for a datatype with the ordered property.
 class FacetMinInclusive
          minInclusive is the inclusive lower bound of the value space for a datatype with the ordered property.
 class FacetMinLength
          minLength is the minimum number of units of length, where units of length varies depending on the type that is being derived from.
 class FacetPattern
          pattern is a constraint on the value space of a datatype which is achieved by constraining the lexical space to literals which match a specific pattern.
 class FacetPeriod
          Deprecated. 3/16/2001
 class FacetPrecision
          Deprecated. 3/16/2001 superceded by totalDigits
 class FacetScale
          Deprecated. 3/16/2001 superceded by fractionDigits
 class FacetTotalDigits
          totalDigits is the maximum number of digits in values of datatypes derived from number.
 class FacetWhiteSpace
          whiteSpace constrains the value space of types derived from string such that the various behaviors specified in Attribute Value Normalization in [XML 1.0 (Second Edition)] are realized.
 class NumericFacet
           
 

Methods in com.bea.schema.facet that return SOMFacet
static SOMFacet SOMFacet.getFacet(java.lang.String facet_type, java.lang.String val)
           
 


WebLogic Integration

WebLogic Integration (WLI)