Class Actions


  • public class Actions
    extends java.lang.Object

    Java class for actions complex type.

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

     <complexType name="actions">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="action" type="{}action" maxOccurs="unbounded" minOccurs="0"/>
             <element name="actionRef" type="{}actionRef" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="phase" use="required" type="{}eventPhaseType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Actions

        public Actions()
    • Method Detail

      • getAction

        public java.util.List<Action> getAction()
        Gets the value of the action property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the action property.

        For example, to add a new item, do as follows:

            getAction().add(newItem);
         

        Objects of the following type(s) are allowed in the list Action

      • getActionRef

        public java.util.List<ActionRef> getActionRef()
        Gets the value of the actionRef property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the actionRef property.

        For example, to add a new item, do as follows:

            getActionRef().add(newItem);
         

        Objects of the following type(s) are allowed in the list ActionRef

      • setPhase

        public void setPhase​(EventPhaseType value)
        Sets the value of the phase property.
        Parameters:
        value - allowed object is EventPhaseType