WebLogic Integration


com.bea.schema.facet
Class FacetPattern

java.lang.Object
  |
  +--com.bea.schema.SOMObject
        |
        +--com.bea.schema.facet.SOMFacet
              |
              +--com.bea.schema.facet.FacetPattern

public class FacetPattern
extends SOMFacet

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. The value of pattern must be a regular expression.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class com.bea.schema.facet.SOMFacet
duration, encoding, enumeration, fractionDigits, length, maxExclusive, maxInclusive, maxLength, minExclusive, minInclusive, minLength, pattern, period, precision, scale, totalDigits, whiteSpace
 
Constructor Summary
FacetPattern(java.lang.String val)
           
 
Method Summary
 java.lang.String createDefault()
           
 java.lang.String getID()
           
 java.lang.String getValue()
           
 boolean isValid(java.lang.String value)
           
 void setValue(java.lang.String val)
           
 
Methods inherited from class com.bea.schema.facet.SOMFacet
getAttributes, getFacet, getFixed, getTagName, setFixed, toXML
 
Methods inherited from class com.bea.schema.SOMObject
addChild, addPrefixMapping, attributesToXML, collectEffectivePrefixMappings, doIndent, getContainmentXPath, getEffectivePrefixMappings, getID_UQ, getParent, getParentName, getParentSchema, getPrefixForTargetNamespace, getTargetNamespace, getURIForPrefix, isCircularReference, isSchemaChild, namespacePrefixesToXML, removeNamespaceQualifier, removePrefixMapping, setIndent, setParent, toString, toXML, toXML, toXML, trace, trace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacetPattern

public FacetPattern(java.lang.String val)
Method Detail

getID

public java.lang.String getID()

Overrides:
getID in class SOMObject

getValue

public java.lang.String getValue()

Overrides:
getValue in class SOMFacet

setValue

public void setValue(java.lang.String val)

Overrides:
setValue in class SOMFacet

createDefault

public java.lang.String createDefault()

isValid

public boolean isValid(java.lang.String value)

WebLogic Integration

WebLogic Integration (WLI)