Package net.opengis.wfs20
Interface NativeType
-
- All Superinterfaces:
AbstractTransactionActionType
,EObject
,Notifier
- All Known Implementing Classes:
NativeTypeImpl
public interface NativeType extends AbstractTransactionActionType
A representation of the model object 'Native Type'.The following features are supported:
- See Also:
Wfs20Package.getNativeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMap
getAny()
Returns the value of the 'Any' attribute list.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.String
getVendorId()
Returns the value of the 'Vendor Id' attribute.boolean
isSafeToIgnore()
Returns the value of the 'Safe To Ignore' attribute.boolean
isSetSafeToIgnore()
Returns whether the value of the 'Safe To Ignore
' attribute is set.void
setSafeToIgnore(boolean value)
Sets the value of the 'Safe To Ignore
' attribute.void
setVendorId(String value)
Sets the value of the 'Vendor Id
' attribute.void
unsetSafeToIgnore()
Unsets the value of the 'Safe To Ignore
' attribute.-
Methods inherited from interface AbstractTransactionActionType
getHandle, setHandle
-
-
-
-
Method Detail
-
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:
Wfs20Package.getNativeType_Mixed()
-
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:
Wfs20Package.getNativeType_Any()
-
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:
isSetSafeToIgnore()
,unsetSafeToIgnore()
,setSafeToIgnore(boolean)
,Wfs20Package.getNativeType_SafeToIgnore()
-
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:
isSetSafeToIgnore()
,unsetSafeToIgnore()
,isSafeToIgnore()
-
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:
unsetSafeToIgnore()
,isSafeToIgnore()
,setSafeToIgnore(boolean)
-
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(String)
,Wfs20Package.getNativeType_VendorId()
-
setVendorId
void setVendorId(String value)
Sets the value of the 'Vendor Id
' attribute.- Parameters:
value
- the new value of the 'Vendor Id' attribute.- See Also:
getVendorId()
-
-