Interface SingleActivityListType

    • Method Detail

      • getActivity

        ActivityType getActivity()
        Returns the value of the 'Activity' containment reference.

        If the meaning of the 'Activity' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Activity' containment reference.
        See Also:
        setActivity(ActivityType), LqnPackage.getSingleActivityListType_Activity()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true" extendedMetaData="kind='element' name='activity' namespace='##targetNamespace'"
      • setActivity

        void setActivity​(ActivityType value)
        Sets the value of the 'Activity' containment reference.
        Parameters:
        value - the new value of the 'Activity' containment reference.
        See Also:
        getActivity()
        Generated class or method.