Package org.w3._2001.schema
Interface AnyType
-
- All Known Implementing Classes:
AnyTypeImpl
public interface AnyType extends Wildcard
A representation of the model object 'Any Type'.The following features are supported:
- See Also:
SchemaPackage.getAnyType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getMaxOccurs()
Returns the value of the 'Max Occurs' attribute.BigInteger
getMinOccurs()
Returns the value of the 'Min Occurs' attribute.boolean
isSetMaxOccurs()
Returns whether the value of the 'Max Occurs
' attribute is set.boolean
isSetMinOccurs()
Returns whether the value of the 'Min Occurs
' attribute is set.void
setMaxOccurs(Object value)
Sets the value of the 'Max Occurs
' attribute.void
setMinOccurs(BigInteger value)
Sets the value of the 'Min Occurs
' attribute.void
unsetMaxOccurs()
Unsets the value of the 'Max Occurs
' attribute.void
unsetMinOccurs()
Unsets the value of the 'Min Occurs
' 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
-
Methods inherited from interface Wildcard
getNamespace, getProcessContents, isSetNamespace, isSetProcessContents, setNamespace, setProcessContents, unsetNamespace, unsetProcessContents
-
-
-
-
Method Detail
-
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:
isSetMaxOccurs()
,unsetMaxOccurs()
,setMaxOccurs(Object)
,SchemaPackage.getAnyType_MaxOccurs()
-
setMaxOccurs
void setMaxOccurs(Object value)
Sets the value of the 'Max Occurs
' attribute.- Parameters:
value
- the new value of the 'Max Occurs' attribute.- See Also:
isSetMaxOccurs()
,unsetMaxOccurs()
,getMaxOccurs()
-
unsetMaxOccurs
void unsetMaxOccurs()
Unsets the value of the 'Max Occurs
' attribute.- See Also:
isSetMaxOccurs()
,getMaxOccurs()
,setMaxOccurs(Object)
-
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:
unsetMaxOccurs()
,getMaxOccurs()
,setMaxOccurs(Object)
-
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:
isSetMinOccurs()
,unsetMinOccurs()
,setMinOccurs(BigInteger)
,SchemaPackage.getAnyType_MinOccurs()
-
setMinOccurs
void setMinOccurs(BigInteger value)
Sets the value of the 'Min Occurs
' attribute.- Parameters:
value
- the new value of the 'Min Occurs' attribute.- See Also:
isSetMinOccurs()
,unsetMinOccurs()
,getMinOccurs()
-
unsetMinOccurs
void unsetMinOccurs()
Unsets the value of the 'Min Occurs
' attribute.- See Also:
isSetMinOccurs()
,getMinOccurs()
,setMinOccurs(BigInteger)
-
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:
unsetMinOccurs()
,getMinOccurs()
,setMinOccurs(BigInteger)
-
-