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.booleanReturns whether the value of the 'Namespace' attribute is set.booleanReturns whether the value of the 'Process Contents' attribute is set.voidsetNamespace(Object value) Sets the value of the 'Namespace' attribute.voidSets the value of the 'Process Contents' attribute.voidUnsets the value of the 'Namespace' attribute.voidUnsets the value of the 'Process Contents' attribute.Methods inherited from interface Annotated
getAnnotation, getId, setAnnotation, setIdMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods 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:
-