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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCodeSpace()Returns the value of the 'Code Space' attribute.StringgetUom()Returns the value of the 'Uom' attribute.voidsetCodeSpace(String value)Sets the value of the 'Code Space' attribute.voidsetUom(String value)Sets the value of the 'Uom' attribute.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface CompositeValueTypegetValueComponent, getValueComponents, setValueComponents
 
- 
 
- 
- 
- 
Method Detail- 
getCodeSpaceString 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()
 
 - 
setCodeSpacevoid setCodeSpace(String value) Sets the value of the 'Code Space' attribute.- Parameters:
- value- the new value of the 'Code Space' attribute.
- See Also:
- getCodeSpace()
 
 - 
getUomString 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()
 
 
- 
 
-