Package net.opengis.cat.csw20
Interface InsertType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
InsertTypeImpl
public interface InsertType extends EObject
A representation of the model object 'Insert Type'. Submits one or more records to the catalogue. The representation is defined by the application profile. The handle attribute may be included to specify a local identifier for the action (it must be unique within the context of the transaction).The following features are supported:
- See Also:
Csw20Package.getInsertType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMap
getAny()
Returns the value of the 'Any' attribute list.String
getHandle()
Returns the value of the 'Handle' attribute.String
getTypeName()
Returns the value of the 'Type Name' attribute.void
setHandle(String value)
Sets the value of the 'Handle
' attribute.void
setTypeName(String value)
Sets the value of the 'Type Name
' attribute.
-
-
-
Method Detail
-
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:
Csw20Package.getInsertType_Any()
-
getHandle
String getHandle()
Returns the value of the 'Handle' attribute.If the meaning of the 'Handle' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Handle' attribute.
- See Also:
setHandle(String)
,Csw20Package.getInsertType_Handle()
-
setHandle
void setHandle(String value)
Sets the value of the 'Handle
' attribute.- Parameters:
value
- the new value of the 'Handle' attribute.- See Also:
getHandle()
-
getTypeName
String getTypeName()
Returns the value of the 'Type Name' attribute.If the meaning of the 'Type Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type Name' attribute.
- See Also:
setTypeName(String)
,Csw20Package.getInsertType_TypeName()
-
setTypeName
void setTypeName(String value)
Sets the value of the 'Type Name
' attribute.- Parameters:
value
- the new value of the 'Type Name' attribute.- See Also:
getTypeName()
-
-