Package net.opengis.cat.csw20
Interface DeleteType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DeleteTypeImpl
public interface DeleteType extends EObject
A representation of the model object 'Delete Type'. Deletes one or more catalogue items that satisfy some set of conditions.The following features are supported:
- See Also:
Csw20Package.getDeleteType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryConstraintType
getConstraint()
Returns the value of the 'Constraint' containment reference.String
getHandle()
Returns the value of the 'Handle' attribute.String
getTypeName()
Returns the value of the 'Type Name' attribute.void
setConstraint(QueryConstraintType value)
Sets the value of the 'Constraint
' containment reference.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
-
getConstraint
QueryConstraintType getConstraint()
Returns the value of the 'Constraint' containment reference.If the meaning of the 'Constraint' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Constraint' containment reference.
- See Also:
setConstraint(QueryConstraintType)
,Csw20Package.getDeleteType_Constraint()
-
setConstraint
void setConstraint(QueryConstraintType value)
Sets the value of the 'Constraint
' containment reference.- Parameters:
value
- the new value of the 'Constraint' containment reference.- See Also:
getConstraint()
-
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.getDeleteType_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.getDeleteType_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()
-
-