public interface XSDNotationDeclaration extends XSDNamedComponent, XSDSchemaContent
The following features are supported:
XSDPackage.getXSDNotationDeclaration()
Modifier and Type | Method and Description |
---|---|
XSDAnnotation |
getAnnotation()
Returns the value of the 'Annotation' containment reference.
|
java.lang.String |
getPublicIdentifier()
Returns the value of the 'Public Identifier' attribute.
|
java.lang.String |
getSystemIdentifier()
Returns the value of the 'System Identifier' attribute.
|
void |
setAnnotation(XSDAnnotation value)
Sets the value of the '
Annotation ' containment reference. |
void |
setPublicIdentifier(java.lang.String value)
Sets the value of the '
Public Identifier ' attribute. |
void |
setSystemIdentifier(java.lang.String value)
Sets the value of the '
System Identifier ' attribute. |
getAliasName, getAliasURI, getName, getQName, getQName, getTargetNamespace, getURI, hasNameAndTargetNamespace, hasSameNameAndTargetNamespace, hasURI, setName, setTargetNamespace
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
java.lang.String getSystemIdentifier()
This represents the system identifier infoset property.
setSystemIdentifier(String)
,
XSDPackage.getXSDNotationDeclaration_SystemIdentifier()
void setSystemIdentifier(java.lang.String value)
System Identifier
' attribute.
value
- the new value of the 'System Identifier' attribute.getSystemIdentifier()
java.lang.String getPublicIdentifier()
This represents the public identifier infoset property.
setPublicIdentifier(String)
,
XSDPackage.getXSDNotationDeclaration_PublicIdentifier()
void setPublicIdentifier(java.lang.String value)
Public Identifier
' attribute.
value
- the new value of the 'Public Identifier' attribute.getPublicIdentifier()
XSDAnnotation getAnnotation()
This represents the annotation infoset property.
setAnnotation(XSDAnnotation)
,
XSDPackage.getXSDNotationDeclaration_Annotation()
void setAnnotation(XSDAnnotation value)
Annotation
' containment reference.
value
- the new value of the 'Annotation' containment reference.getAnnotation()