Package net.opengis.cat.csw20
Interface InsertResultType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
InsertResultTypeImpl
public interface InsertResultType extends EObject
A representation of the model object 'Insert Result Type'. Returns a "brief" view of any newly created catalogue records. The handle attribute may reference a particular statement in the corresponding transaction request.The following features are supported:
- See Also:
Csw20Package.getInsertResultType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<BriefRecordType>
getBriefRecord()
Returns the value of the 'Brief Record' containment reference list.String
getHandleRef()
Returns the value of the 'Handle Ref' attribute.void
setHandleRef(String value)
Sets the value of the 'Handle Ref
' attribute.
-
-
-
Method Detail
-
getBriefRecord
EList<BriefRecordType> getBriefRecord()
Returns the value of the 'Brief Record' containment reference list. The list contents are of typeBriefRecordType
.If the meaning of the 'Brief Record' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Brief Record' containment reference list.
- See Also:
Csw20Package.getInsertResultType_BriefRecord()
-
getHandleRef
String getHandleRef()
Returns the value of the 'Handle Ref' attribute.If the meaning of the 'Handle Ref' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Handle Ref' attribute.
- See Also:
setHandleRef(String)
,Csw20Package.getInsertResultType_HandleRef()
-
setHandleRef
void setHandleRef(String value)
Sets the value of the 'Handle Ref
' attribute.- Parameters:
value
- the new value of the 'Handle Ref' attribute.- See Also:
getHandleRef()
-
-