Package org.w3._2001.schema
Interface AnyType
- All Known Implementing Classes:
AnyTypeImpl
A representation of the model object 'Any Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Max Occurs' attribute.Returns the value of the 'Min Occurs' attribute.booleanReturns whether the value of the 'Max Occurs' attribute is set.booleanReturns whether the value of the 'Min Occurs' attribute is set.voidsetMaxOccurs(Object value) Sets the value of the 'Max Occurs' attribute.voidsetMinOccurs(BigInteger value) Sets the value of the 'Min Occurs' attribute.voidUnsets the value of the 'Max Occurs' attribute.voidUnsets the value of the 'Min Occurs' 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
getAnyAttributeMethods inherited from interface Wildcard
getNamespace, getProcessContents, isSetNamespace, isSetProcessContents, setNamespace, setProcessContents, unsetNamespace, unsetProcessContents
-
Method Details
-
getMaxOccurs
Object getMaxOccurs()Returns the value of the 'Max Occurs' attribute. The default value is"1".- Returns:
- the value of the 'Max Occurs' attribute.
- See Also:
-
setMaxOccurs
Sets the value of the 'Max Occurs' attribute.- Parameters:
value- the new value of the 'Max Occurs' attribute.- See Also:
-
unsetMaxOccurs
void unsetMaxOccurs()Unsets the value of the 'Max Occurs' attribute. -
isSetMaxOccurs
boolean isSetMaxOccurs()Returns whether the value of the 'Max Occurs' attribute is set.- Returns:
- whether the value of the 'Max Occurs' attribute is set.
- See Also:
-
getMinOccurs
BigInteger getMinOccurs()Returns the value of the 'Min Occurs' attribute. The default value is"1".- Returns:
- the value of the 'Min Occurs' attribute.
- See Also:
-
setMinOccurs
Sets the value of the 'Min Occurs' attribute.- Parameters:
value- the new value of the 'Min Occurs' attribute.- See Also:
-
unsetMinOccurs
void unsetMinOccurs()Unsets the value of the 'Min Occurs' attribute. -
isSetMinOccurs
boolean isSetMinOccurs()Returns whether the value of the 'Min Occurs' attribute is set.- Returns:
- whether the value of the 'Min Occurs' attribute is set.
- See Also:
-