Package org.w3._2001.schema
Interface ListType
- All Known Implementing Classes:
ListTypeImpl
A representation of the model object 'List Type'.
itemType attribute and simpleType child are mutually
exclusive, but one or other is required
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Item Type' attribute.Returns the value of the 'Simple Type' containment reference.void
setItemType
(QName value) Sets the value of the 'Item Type
' attribute.void
setSimpleType
(LocalSimpleType value) Sets the value of the 'Simple Type
' containment reference.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 Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
getSimpleType
LocalSimpleType getSimpleType()Returns the value of the 'Simple Type' containment reference.- Returns:
- the value of the 'Simple Type' containment reference.
- See Also:
-
setSimpleType
Sets the value of the 'Simple Type
' containment reference.- Parameters:
value
- the new value of the 'Simple Type' containment reference.- See Also:
-
getItemType
QName getItemType()Returns the value of the 'Item Type' attribute.- Returns:
- the value of the 'Item Type' attribute.
- See Also:
-
setItemType
Sets the value of the 'Item Type
' attribute.- Parameters:
value
- the new value of the 'Item Type' attribute.- See Also:
-