Package org.w3._2001.schema
Interface Wildcard
-
- All Known Subinterfaces:
AnyType
- All Known Implementing Classes:
AnyTypeImpl,WildcardImpl
public interface Wildcard extends Annotated
A representation of the model object 'Wildcard'.The following features are supported:
- See Also:
SchemaPackage.getWildcard()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetNamespace()Returns the value of the 'Namespace' attribute.ProcessContentsTypegetProcessContents()Returns the value of the 'Process Contents' attribute.booleanisSetNamespace()Returns whether the value of the 'Namespace' attribute is set.booleanisSetProcessContents()Returns whether the value of the 'Process Contents' attribute is set.voidsetNamespace(Object value)Sets the value of the 'Namespace' attribute.voidsetProcessContents(ProcessContentsType value)Sets the value of the 'Process Contents' attribute.voidunsetNamespace()Unsets the value of the 'Namespace' attribute.voidunsetProcessContents()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 OpenAttrs
getAnyAttribute
-
-
-
-
Method Detail
-
getNamespace
Object getNamespace()
Returns the value of the 'Namespace' attribute. The default value is"##any".- Returns:
- the value of the 'Namespace' attribute.
- See Also:
isSetNamespace(),unsetNamespace(),setNamespace(Object),SchemaPackage.getWildcard_Namespace()
-
setNamespace
void setNamespace(Object value)
Sets the value of the 'Namespace' attribute.- Parameters:
value- the new value of the 'Namespace' attribute.- See Also:
isSetNamespace(),unsetNamespace(),getNamespace()
-
unsetNamespace
void unsetNamespace()
Unsets the value of the 'Namespace' attribute.- See Also:
isSetNamespace(),getNamespace(),setNamespace(Object)
-
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:
unsetNamespace(),getNamespace(),setNamespace(Object)
-
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:
ProcessContentsType,isSetProcessContents(),unsetProcessContents(),setProcessContents(ProcessContentsType),SchemaPackage.getWildcard_ProcessContents()
-
setProcessContents
void setProcessContents(ProcessContentsType value)
Sets the value of the 'Process Contents' attribute.- Parameters:
value- the new value of the 'Process Contents' attribute.- See Also:
ProcessContentsType,isSetProcessContents(),unsetProcessContents(),getProcessContents()
-
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:
unsetProcessContents(),getProcessContents(),setProcessContents(ProcessContentsType)
-
-