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 SummaryModifier 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 AnnotatedgetAnnotation, getId, setAnnotation, setIdMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OpenAttrsgetAnyAttribute
- 
Method Details- 
getNamespaceObject getNamespace()Returns the value of the 'Namespace' attribute. The default value is"##any".- Returns:
- the value of the 'Namespace' attribute.
- See Also:
 
- 
setNamespaceSets the value of the 'Namespace' attribute.- Parameters:
- value- the new value of the 'Namespace' attribute.
- See Also:
 
- 
unsetNamespacevoid unsetNamespace()Unsets the value of the 'Namespace' attribute.
- 
isSetNamespaceboolean isSetNamespace()Returns whether the value of the 'Namespace' attribute is set.- Returns:
- whether the value of the 'Namespace' attribute is set.
- See Also:
 
- 
getProcessContentsProcessContentsType 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:
 
- 
setProcessContentsSets the value of the 'Process Contents' attribute.- Parameters:
- value- the new value of the 'Process Contents' attribute.
- See Also:
 
- 
unsetProcessContentsvoid unsetProcessContents()Unsets the value of the 'Process Contents' attribute.
- 
isSetProcessContentsboolean 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:
 
 
-