com.bea.schema.facet
Class FacetEncoding

java.lang.Object
  extended bycom.bea.schema.SOMObject
      extended bycom.bea.schema.facet.SOMFacet
          extended bycom.bea.schema.facet.FacetEncoding
All Implemented Interfaces:
Serializable

Deprecated. 3/16/2001

public class FacetEncoding
extends SOMFacet

Encoding is the encoded form of the lexical space of datatypes derived from binary. The value of encoding must be one of {hex, base64}.

Version:
1.0
Author:
sharpe
See Also:
Serialized Form

Field Summary
 
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
FacetEncoding(String val)
          Deprecated.  
 
Method Summary
 String getID()
          Deprecated. Returns a printable element tag for this Schema Object
 String getValue()
          Deprecated.  
 void setValue(String val)
          Deprecated.  
 
Methods inherited from class com.bea.schema.facet.SOMFacet
getAttributes, getFacet, getFixed, getTagName, setFixed, toXML
 
Methods inherited from class com.bea.schema.SOMObject
addPrefixMapping, getContainmentXPath, getEffectivePrefixMappings, getID_UQ, getParent, getParentName, getParentSchema, getPrefixForTargetNamespace, getPrefixMapping, getTargetNamespace, getURIForPrefix, isCircularReference, isSchemaChild, msg, msg, removeNamespaceQualifier, removePrefixMapping, setIndent, setParent, setTargetNamespace, toString, toXML, toXML, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacetEncoding

public FacetEncoding(String val)
Deprecated. 
Method Detail

getID

public String getID()
Deprecated. 
Description copied from class: SOMObject
Returns a printable element tag for this Schema Object

Specified by:
getID in class SOMObject
Returns:
String representation of the element tag

getValue

public String getValue()
Deprecated. 
Specified by:
getValue in class SOMFacet

setValue

public void setValue(String val)
Deprecated. 
Specified by:
setValue in class SOMFacet