Package net.opengis.cat.csw20
Interface InsertResultType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- InsertResultTypeImpl
 
 public interface InsertResultType extends EObjectA 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<BriefRecordType>getBriefRecord()Returns the value of the 'Brief Record' containment reference list.StringgetHandleRef()Returns the value of the 'Handle Ref' attribute.voidsetHandleRef(String value)Sets the value of the 'Handle Ref' attribute.
 
- 
- 
- 
Method Detail- 
getBriefRecordEList<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()
 
 - 
getHandleRefString 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()
 
 - 
setHandleRefvoid setHandleRef(String value) Sets the value of the 'Handle Ref' attribute.- Parameters:
- value- the new value of the 'Handle Ref' attribute.
- See Also:
- getHandleRef()
 
 
- 
 
-