Package net.opengis.gml311
Interface ValueArrayType
-
- All Superinterfaces:
AbstractGMLType
,CompositeValueType
,EObject
,Notifier
- All Known Implementing Classes:
ValueArrayTypeImpl
public interface ValueArrayType extends CompositeValueType
A representation of the model object 'Value Array Type'. A Value Array is used for homogeneous arrays of primitive and aggregate values. The member values may be scalars, composites, arrays or lists. ValueArray has the same content model as CompositeValue, but the member values must be homogeneous. The element declaration contains a Schematron constraint which expresses this restriction precisely. Since the members are homogeneous, the referenceSystem (uom, codeSpace) may be specified on the ValueArray itself and implicitly inherited by all the members if desired. Note that a_ScalarValueList is preferred for arrays of Scalar Values since this is a more efficient encoding.The following features are supported:
- See Also:
Gml311Package.getValueArrayType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCodeSpace()
Returns the value of the 'Code Space' attribute.String
getUom()
Returns the value of the 'Uom' attribute.void
setCodeSpace(String value)
Sets the value of the 'Code Space
' attribute.void
setUom(String value)
Sets the value of the 'Uom
' attribute.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface CompositeValueType
getValueComponent, getValueComponents, setValueComponents
-
-
-
-
Method Detail
-
getCodeSpace
String getCodeSpace()
Returns the value of the 'Code Space' attribute.If the meaning of the 'Code Space' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Code Space' attribute.
- See Also:
setCodeSpace(String)
,Gml311Package.getValueArrayType_CodeSpace()
-
setCodeSpace
void setCodeSpace(String value)
Sets the value of the 'Code Space
' attribute.- Parameters:
value
- the new value of the 'Code Space' attribute.- See Also:
getCodeSpace()
-
getUom
String getUom()
Returns the value of the 'Uom' attribute.If the meaning of the 'Uom' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Uom' attribute.
- See Also:
setUom(String)
,Gml311Package.getValueArrayType_Uom()
-
-