Package org.w3._2001.schema
Interface ListType
-
- All Known Implementing Classes:
ListTypeImpl
public interface ListType extends Annotated
A representation of the model object 'List Type'. itemType attribute and simpleType child are mutually exclusive, but one or other is requiredThe following features are supported:
- See Also:
SchemaPackage.getListType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getItemType()
Returns the value of the 'Item Type' attribute.LocalSimpleType
getSimpleType()
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 OpenAttrs
getAnyAttribute
-
-
-
-
Method Detail
-
getSimpleType
LocalSimpleType getSimpleType()
Returns the value of the 'Simple Type' containment reference.- Returns:
- the value of the 'Simple Type' containment reference.
- See Also:
setSimpleType(LocalSimpleType)
,SchemaPackage.getListType_SimpleType()
-
setSimpleType
void setSimpleType(LocalSimpleType value)
Sets the value of the 'Simple Type
' containment reference.- Parameters:
value
- the new value of the 'Simple Type' containment reference.- See Also:
getSimpleType()
-
getItemType
QName getItemType()
Returns the value of the 'Item Type' attribute.- Returns:
- the value of the 'Item Type' attribute.
- See Also:
setItemType(QName)
,SchemaPackage.getListType_ItemType()
-
setItemType
void setItemType(QName value)
Sets the value of the 'Item Type
' attribute.- Parameters:
value
- the new value of the 'Item Type' attribute.- See Also:
getItemType()
-
-