Package net.opengis.wfs20
Interface AdditionalObjectsType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- AdditionalObjectsTypeImpl
 
 public interface AdditionalObjectsType extends EObjectA representation of the model object 'Additional Objects Type'.The following features are supported: - See Also:
- Wfs20Package.getAdditionalObjectsType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleFeatureCollectionTypegetSimpleFeatureCollection()Returns the value of the 'Simple Feature Collection' containment reference.FeatureMapgetSimpleFeatureCollectionGroup()Returns the value of the 'Simple Feature Collection Group' attribute list.ValueCollectionTypegetValueCollection()Returns the value of the 'Value Collection' containment reference.voidsetSimpleFeatureCollection(SimpleFeatureCollectionType value)Sets the value of the 'Simple Feature Collection' containment reference.voidsetValueCollection(ValueCollectionType value)Sets the value of the 'Value Collection' containment reference.
 
- 
- 
- 
Method Detail- 
getValueCollectionValueCollectionType getValueCollection() Returns the value of the 'Value Collection' containment reference.If the meaning of the 'Value Collection' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Value Collection' containment reference.
- See Also:
- setValueCollection(ValueCollectionType),- Wfs20Package.getAdditionalObjectsType_ValueCollection()
 
 - 
setValueCollectionvoid setValueCollection(ValueCollectionType value) Sets the value of the 'Value Collection' containment reference.- Parameters:
- value- the new value of the 'Value Collection' containment reference.
- See Also:
- getValueCollection()
 
 - 
getSimpleFeatureCollectionGroupFeatureMap getSimpleFeatureCollectionGroup() Returns the value of the 'Simple Feature Collection Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Simple Feature Collection Group' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Simple Feature Collection Group' attribute list.
- See Also:
- Wfs20Package.getAdditionalObjectsType_SimpleFeatureCollectionGroup()
 
 - 
getSimpleFeatureCollectionSimpleFeatureCollectionType getSimpleFeatureCollection() Returns the value of the 'Simple Feature Collection' containment reference.If the meaning of the 'Simple Feature Collection' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Simple Feature Collection' containment reference.
- See Also:
- setSimpleFeatureCollection(SimpleFeatureCollectionType),- Wfs20Package.getAdditionalObjectsType_SimpleFeatureCollection()
 
 - 
setSimpleFeatureCollectionvoid setSimpleFeatureCollection(SimpleFeatureCollectionType value) Sets the value of the 'Simple Feature Collection' containment reference.- Parameters:
- value- the new value of the 'Simple Feature Collection' containment reference.
- See Also:
- getSimpleFeatureCollection()
 
 
- 
 
-