getVendorId() Returns the value of the 'Vendor Id' attribute.
boolean
isSafeToIgnore() Returns the value of the 'Safe To Ignore' attribute.
In the event that a Web Feature Service does not recognize
the vendorId or does not recognize the vendor specific command,
the safeToIgnore attribute is used to indicate whether the
exception can be safely ignored.
Returns the value of the 'Vendor Id' attribute.
The vendorId attribute is used to specify the name of
vendor who's vendor specific command the client
application wishes to execute.
the value of the 'Vendor Id' attribute. See Also:NativeType.setVendorId(String) See Also:net.opengis.wfs.WfsPackage.getNativeType_VendorId
Returns the value of the 'Safe To Ignore' attribute.
In the event that a Web Feature Service does not recognize
the vendorId or does not recognize the vendor specific command,
the safeToIgnore attribute is used to indicate whether the
exception can be safely ignored. A value of TRUE means that
the Web Feature Service may ignore the command. A value of
FALSE means that a Web Feature Service cannot ignore the
command and an exception should be raised if a problem is
encountered.
the value of the 'Safe To Ignore' attribute. See Also:NativeType.isSetSafeToIgnore() See Also:NativeType.unsetSafeToIgnore() See Also:NativeType.setSafeToIgnore(boolean) See Also:net.opengis.wfs.WfsPackage.getNativeType_SafeToIgnore