|
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.SOMGroupType | +--com.bea.schema.SOMGroup
<group> The XML representation for a model group definition schema component is a <group> element information item. It provides for naming a model group for use by reference in the XML representation of complex type definitions and model groups.
Fields inherited from class com.bea.schema.SOMGroupType |
m_childElements |
Constructor Summary | |
|
SOMGroup()
|
protected |
SOMGroup(org.xml.sax.Attributes attrs,
SOMObject parent)
constructor for use with SAX parser, loading SOM from a file. |
|
SOMGroup(SOMGroup reference)
|
|
SOMGroup(java.lang.String name)
|
Method Summary | |
SOMAll |
add(SOMAll p_all)
|
SOMAny |
add(SOMAny p_any)
An <any> is an illegal child element for <group>. |
SOMChoice |
add(SOMChoice p_choice)
|
SOMElement |
add(SOMElement p_element)
An <element> is an illegal child element for <group>. |
SOMGroup |
add(SOMGroup p_group)
|
SOMSequence |
add(SOMSequence p_sequence)
|
void |
createDefault(DefaultDocumentOptions options,
org.w3c.dom.Element current)
|
java.util.Map |
getAttributes(boolean getAll)
retrieve the attributes for this schema element. |
java.lang.String |
getID()
|
java.lang.String |
getName()
|
SOMReference |
getRef()
|
boolean |
isRef()
Is this element a reference to another element. |
void |
setName(java.lang.String name)
|
void |
setRef(SOMReference ref)
set the "ref" attribute. |
void |
setRef(SOMUnresolvedReference ref)
set the element to which this element should reference. |
protected boolean |
startsWith(org.w3c.dom.Node element)
|
void |
toXML(java.io.Writer rtn,
int indent)
|
protected org.w3c.dom.Node |
validate(org.w3c.dom.Node element,
java.util.List errorList)
|
Methods inherited from class com.bea.schema.SOMGroupType |
addAnnotation,
addChild,
addElement,
addElement,
getAnnotation,
getChildren,
getChildrenString,
getMaxOccurs,
getMaxOccursString,
getMinOccurs,
getMinOccursString,
remove,
removeAnnotation,
setMaxOccurs,
setMaxOccurs,
setMinOccurs,
setMinOccurs,
validateOccurances |
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 SOMGroup()
public SOMGroup(java.lang.String name)
public SOMGroup(SOMGroup reference)
protected SOMGroup(org.xml.sax.Attributes attrs, SOMObject parent)
attrs
- Method Detail |
public java.lang.String getID()
public java.lang.String getName()
public boolean isRef()
public SOMReference getRef()
public void setName(java.lang.String name)
public void setRef(SOMReference ref)
ref
- the group referencepublic void setRef(SOMUnresolvedReference ref)
ref
- the group to be referencedpublic SOMElement add(SOMElement p_element)
p_any
- not applicablepublic SOMChoice add(SOMChoice p_choice)
public SOMGroup add(SOMGroup p_group)
public SOMSequence add(SOMSequence p_sequence)
public SOMAll add(SOMAll p_all)
public SOMAny add(SOMAny p_any)
p_any
- not applicablepublic java.util.Map getAttributes(boolean getAll)
getAll
- get all attributespublic void toXML(java.io.Writer rtn, int indent) throws java.io.IOException
public void createDefault(DefaultDocumentOptions options, org.w3c.dom.Element current)
protected org.w3c.dom.Node validate(org.w3c.dom.Node element, java.util.List errorList)
protected boolean startsWith(org.w3c.dom.Node element)
|
WebLogic Integration | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |