com.bea.schema
Class SOMDocumentation

java.lang.Object
  extended bycom.bea.schema.SOMObject
      extended bycom.bea.schema.SOMAppInfo
          extended bycom.bea.schema.SOMDocumentation
All Implemented Interfaces:
Serializable

public class SOMDocumentation
extends SOMAppInfo

<documentation> content element for the schema element annotation.

Version:
1.0
Author:
sharpe
See Also:
Serialized Form

Constructor Summary
SOMDocumentation(Attributes attrs)
           
SOMDocumentation(String content)
           
 
Method Summary
 Map getAttributes(boolean getAll)
          retrieve the attributes for this schema element.
 String getID()
          Returns a printable element tag for this Schema Object
 String getLang()
           
 void setLang(String language)
           
 
Methods inherited from class com.bea.schema.SOMAppInfo
appendContent, getContent, getSource, setContent, setSource, 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

SOMDocumentation

public SOMDocumentation(String content)

SOMDocumentation

public SOMDocumentation(Attributes attrs)
Method Detail

getID

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

Overrides:
getID in class SOMAppInfo

setLang

public void setLang(String language)

getLang

public String getLang()

getAttributes

public Map getAttributes(boolean getAll)
retrieve the attributes for this schema element. If getAll is false, only the attributes that are not set to their default value are returned. If getAll is true, all possible attributes for this element will be returned.

Overrides:
getAttributes in class SOMAppInfo
Parameters:
getAll - get all attributes
Returns:
a Hashtable of attributes, where the attribute name and value are stored as strings.