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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMapgetAny()Returns the value of the 'Any' attribute list.FeatureMapgetMixed()Returns the value of the 'Mixed' attribute list.StringgetVendorId()Returns the value of the 'Vendor Id' attribute.booleanisSafeToIgnore()Returns the value of the 'Safe To Ignore' attribute.booleanisSetSafeToIgnore()Returns 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.voidunsetSafeToIgnore()Unsets the value of the 'Safe To Ignore' attribute.- 
Methods inherited from interface AbstractTransactionActionTypegetHandle, setHandle
 
- 
 
- 
- 
- 
Method Detail- 
getMixedFeatureMap 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()
 
 - 
getAnyFeatureMap 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()
 
 - 
isSafeToIgnoreboolean 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()
 
 - 
setSafeToIgnorevoid 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()
 
 - 
unsetSafeToIgnorevoid unsetSafeToIgnore() Unsets the value of the 'Safe To Ignore' attribute.
 - 
isSetSafeToIgnoreboolean 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)
 
 - 
getVendorIdString 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()
 
 - 
setVendorIdvoid setVendorId(String value) Sets the value of the 'Vendor Id' attribute.- Parameters:
- value- the new value of the 'Vendor Id' attribute.
- See Also:
- getVendorId()
 
 
- 
 
-