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.
      • Methods inherited from interface EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getBriefRecord

        EList<BriefRecordType> getBriefRecord()
        Returns the value of the 'Brief Record' containment reference list. The list contents are of type BriefRecordType.

        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()
      • 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()