Class ActivateOperationDescriptor

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class ActivateOperationDescriptor
    extends AbstractSetStateOperationDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Describes an activate operation that is exposed on the SCO. Activate operations are any parameterized operations that trigger an arbitrary action. The action that is triggered SHALL be defined by the pm:AbstractDescriptor/pm:Type ELEMENT.

    Java class for ActivateOperationDescriptor complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ActivateOperationDescriptor">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractSetStateOperationDescriptor">
           <sequence>
             <element name="Argument" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ArgName" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
                       <element name="Arg" type="{http://www.w3.org/2001/XMLSchema}QName"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>