public interface XSDModelGroup extends XSDTerm
The following features are supported:
XSDPackage.getXSDModelGroup()
Modifier and Type | Method and Description |
---|---|
XSDAnnotation |
getAnnotation()
Returns the value of the 'Annotation' containment reference.
|
XSDCompositor |
getCompositor()
Returns the value of the 'Compositor' attribute.
|
EList<XSDParticle> |
getContents()
Returns the value of the 'Contents' containment reference list.
|
EList<XSDParticle> |
getParticles()
Returns the value of the 'Particles' reference list.
|
void |
setAnnotation(XSDAnnotation value)
Sets the value of the '
Annotation ' containment reference. |
void |
setCompositor(XSDCompositor value)
Sets the value of the '
Compositor ' attribute. |
clearDiagnostics, cloneConcreteComponent, contains, elementAttributesChanged, elementChanged, elementContentsChanged, getComponentsWithApplicationInformation, getComponentsWithUserInformation, getContainer, getDiagnostics, getElement, getRootContainer, getSchema, resolveAttributeDeclaration, resolveAttributeDeclaration, resolveAttributeDeclarationURI, resolveAttributeGroupDefinition, resolveAttributeGroupDefinition, resolveAttributeGroupDefinitionURI, resolveComplexTypeDefinition, resolveComplexTypeDefinition, resolveComplexTypeDefinitionURI, resolveElementDeclaration, resolveElementDeclaration, resolveElementDeclarationURI, resolveIdentityConstraintDefinition, resolveIdentityConstraintDefinition, resolveIdentityConstraintDefinitionURI, resolveModelGroupDefinition, resolveModelGroupDefinition, resolveModelGroupDefinitionURI, resolveNotationDeclaration, resolveNotationDeclaration, resolveNotationDeclarationURI, resolveSimpleTypeDefinition, resolveSimpleTypeDefinition, resolveSimpleTypeDefinitionURI, resolveTypeDefinition, resolveTypeDefinition, resolveTypeDefinitionURI, setElement, updateElement, updateElement, validate
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
XSDCompositor getCompositor()
XSDCompositor
.
This represents the compositor infoset property.
XSDCompositor
,
setCompositor(XSDCompositor)
,
XSDPackage.getXSDModelGroup_Compositor()
void setCompositor(XSDCompositor value)
Compositor
' attribute.
value
- the new value of the 'Compositor' attribute.XSDCompositor
,
getCompositor()
XSDAnnotation getAnnotation()
This represents the annotation infoset property.
setAnnotation(XSDAnnotation)
,
XSDPackage.getXSDModelGroup_Annotation()
void setAnnotation(XSDAnnotation value)
Annotation
' containment reference.
value
- the new value of the 'Annotation' containment reference.getAnnotation()
EList<XSDParticle> getContents()
XSDParticle
.
This concrete reference represents the particle contents
defined within the body of a
sequence,
choice, or
all element.
XSDPackage.getXSDModelGroup_Contents()
EList<XSDParticle> getParticles()
XSDParticle
.
This represents the particles infoset property.
XSDPackage.getXSDModelGroup_Particles()