|
WebLogic Integration | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.schema.SOMObject | +--com.bea.schema.SOMSimpleContent
<simpleContent> Alternative content for complexType's. simpleContent elements must have either a restriction or an extension for a sub-element.
SOMComplexType
, Serialized FormConstructor Summary | |
protected |
SOMSimpleContent(org.xml.sax.Attributes attrs,
SOMObject parent)
constructor for use with SAX parser, loading SOM from a file. |
|
SOMSimpleContent(SOMExtension extension)
|
|
SOMSimpleContent(SOMRestriction restriction)
|
Method Summary | |
SOMExtension |
add(SOMExtension extension)
add an <extension>. |
SOMRestriction |
add(SOMRestriction restriction)
add a <restriction>. |
SOMAnnotation |
addAnnotation(SOMAnnotation annotation)
add an annotation. |
protected SOMObject |
addChild(java.lang.String tagName,
org.xml.sax.Attributes attrs)
|
void |
createDefault(DefaultDocumentOptions options,
org.w3c.dom.Element current)
Not implemented. |
java.util.Map |
getAttributes(boolean getAll)
retrieve the attributes for this schema element. |
SOMExtension |
getExtension()
|
java.lang.String |
getID()
|
SOMRestriction |
getRestriction()
|
SOMAnnotation |
removeAnnotation()
set the annotation at this content type to null. |
void |
toXML(java.io.Writer rtn,
int indent)
|
protected void |
validate(org.w3c.dom.Node element,
java.util.List errorList)
|
Methods inherited from class com.bea.schema.SOMObject |
attributesToXML,
doIndent,
getID_UQ,
getParent,
getParentSchema,
isCircularReference,
isSchemaChild,
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 |
public SOMSimpleContent(SOMRestriction restriction)
public SOMSimpleContent(SOMExtension extension)
protected SOMSimpleContent(org.xml.sax.Attributes attrs, SOMObject parent)
attrs
- Method Detail |
protected SOMObject addChild(java.lang.String tagName, org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
public java.lang.String getID()
public java.util.Map getAttributes(boolean getAll)
getAll
- get all attributespublic SOMRestriction add(SOMRestriction restriction)
restriction
- restriction to add, ignored if nullpublic SOMExtension add(SOMExtension extension)
extension
- extension to add, ignored if nullpublic SOMRestriction getRestriction()
public SOMExtension getExtension()
public SOMAnnotation addAnnotation(SOMAnnotation annotation)
annotation
- a previously created annotationpublic SOMAnnotation removeAnnotation()
public void toXML(java.io.Writer rtn, int indent) throws java.io.IOException
protected void validate(org.w3c.dom.Node element, java.util.List errorList)
public void createDefault(DefaultDocumentOptions options, org.w3c.dom.Element current)
options
- current
-
|
WebLogic Integration | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |