|
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.SOMExtension | +--com.bea.schema.SOMComplexExtension
<extension> This class acts as a wrapper to extension elements for complexContent.
Constructor Summary | |
protected |
SOMComplexExtension(SOMObject parent,
org.xml.sax.Attributes attrs)
|
|
SOMComplexExtension(SOMType base)
Constructs a new <extension> element of a given base type. |
Method Summary | |
SOMAll |
addAll()
|
protected SOMObject |
addChild(java.lang.String tagName,
org.xml.sax.Attributes attrs)
|
SOMChoice |
addChoice()
|
SOMGroup |
addGroup()
|
SOMSequence |
addSequence()
|
void |
createDefault(DefaultDocumentOptions options,
org.w3c.dom.Element current)
Not implemented. |
SOMGroupType |
getGroup()
|
SOMGroupType |
removeGroup()
|
void |
setBase(java.lang.String type)
performs a type lookup for the type name. |
SOMGroupType |
setGroup(SOMGroupType group)
|
void |
toXML(java.io.Writer rtn,
int indent)
|
protected void |
validate(org.w3c.dom.Node element,
java.util.List errorList)
Not implemented. |
Methods inherited from class com.bea.schema.SOMExtension |
addAnnotation,
addAttribute,
addAttribute,
addAttribute,
addAttributeGroup,
getAnnotation,
getAttributeElements,
getAttributeGroups,
getAttributes,
getBase,
getID,
listAttributesExtended,
removeAnnotation,
removeAttribute,
removeAttributeGroup,
setBase |
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 SOMComplexExtension(SOMType base)
base
- type to be extended.protected SOMComplexExtension(SOMObject parent, org.xml.sax.Attributes attrs)
Method Detail |
protected SOMObject addChild(java.lang.String tagName, org.xml.sax.Attributes attrs) throws org.xml.sax.SAXException
public void setBase(java.lang.String type)
type
- type name to lookuppublic SOMGroupType getGroup()
public SOMGroupType setGroup(SOMGroupType group)
public SOMSequence addSequence()
public SOMChoice addChoice()
public SOMAll addAll()
public SOMGroup addGroup()
public SOMGroupType removeGroup()
public void toXML(java.io.Writer rtn, int indent) throws java.io.IOException
public void createDefault(DefaultDocumentOptions options, org.w3c.dom.Element current)
options
- current
- protected void validate(org.w3c.dom.Node element, java.util.List errorList)
element
- errorList
-
|
WebLogic Integration | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |