Package net.opengis.wfs20
Interface NativeType
- All Superinterfaces:
AbstractTransactionActionType,EObject,Notifier
- All Known Implementing Classes:
NativeTypeImpl
A representation of the model object 'Native Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionFeatureMapgetAny()Returns the value of the 'Any' attribute list.FeatureMapgetMixed()Returns the value of the 'Mixed' attribute list.Returns the value of the 'Vendor Id' attribute.booleanReturns the value of the 'Safe To Ignore' attribute.booleanReturns whether the value of the 'Safe To Ignore' attribute is set.voidsetSafeToIgnore(boolean value) Sets the value of the 'Safe To Ignore' attribute.voidsetVendorId(String value) Sets the value of the 'Vendor Id' attribute.voidUnsets the value of the 'Safe To Ignore' attribute.Methods inherited from interface AbstractTransactionActionType
getHandle, setHandleMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMixed
FeatureMap getMixed()Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
-
getAny
FeatureMap getAny()Returns the value of the 'Any' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Any' attribute list.
- See Also:
-
isSafeToIgnore
boolean isSafeToIgnore()Returns the value of the 'Safe To Ignore' attribute.If the meaning of the 'Safe To Ignore' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Safe To Ignore' attribute.
- See Also:
-
setSafeToIgnore
void setSafeToIgnore(boolean value) Sets the value of the 'Safe To Ignore' attribute.- Parameters:
value- the new value of the 'Safe To Ignore' attribute.- See Also:
-
unsetSafeToIgnore
void unsetSafeToIgnore()Unsets the value of the 'Safe To Ignore' attribute. -
isSetSafeToIgnore
boolean isSetSafeToIgnore()Returns whether the value of the 'Safe To Ignore' attribute is set.- Returns:
- whether the value of the 'Safe To Ignore' attribute is set.
- See Also:
-
getVendorId
String getVendorId()Returns the value of the 'Vendor Id' attribute.If the meaning of the 'Vendor Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Vendor Id' attribute.
- See Also:
-
setVendorId
Sets the value of the 'Vendor Id' attribute.- Parameters:
value- the new value of the 'Vendor Id' attribute.- See Also:
-