Package org.w3._2001.schema
Interface Wildcard
- All Known Subinterfaces:
AnyType
- All Known Implementing Classes:
AnyTypeImpl
,WildcardImpl
A representation of the model object 'Wildcard'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Namespace' attribute.Returns the value of the 'Process Contents' attribute.boolean
Returns whether the value of the 'Namespace
' attribute is set.boolean
Returns whether the value of the 'Process Contents
' attribute is set.void
setNamespace
(Object value) Sets the value of the 'Namespace
' attribute.void
Sets the value of the 'Process Contents
' attribute.void
Unsets the value of the 'Namespace
' attribute.void
Unsets the value of the 'Process Contents
' attribute.Methods inherited from interface Annotated
getAnnotation, getId, setAnnotation, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
getNamespace
Object getNamespace()Returns the value of the 'Namespace' attribute. The default value is"##any"
.- Returns:
- the value of the 'Namespace' attribute.
- See Also:
-
setNamespace
Sets the value of the 'Namespace
' attribute.- Parameters:
value
- the new value of the 'Namespace' attribute.- See Also:
-
unsetNamespace
void unsetNamespace()Unsets the value of the 'Namespace
' attribute. -
isSetNamespace
boolean isSetNamespace()Returns whether the value of the 'Namespace
' attribute is set.- Returns:
- whether the value of the 'Namespace' attribute is set.
- See Also:
-
getProcessContents
ProcessContentsType getProcessContents()Returns the value of the 'Process Contents' attribute. The default value is"strict"
. The literals are from the enumerationProcessContentsType
.- Returns:
- the value of the 'Process Contents' attribute.
- See Also:
-
setProcessContents
Sets the value of the 'Process Contents
' attribute.- Parameters:
value
- the new value of the 'Process Contents' attribute.- See Also:
-
unsetProcessContents
void unsetProcessContents()Unsets the value of the 'Process Contents
' attribute. -
isSetProcessContents
boolean isSetProcessContents()Returns whether the value of the 'Process Contents
' attribute is set.- Returns:
- whether the value of the 'Process Contents' attribute is set.
- See Also:
-