Class OperationExecutionRecordingStrategyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class OperationExecutionRecordingStrategyType
    extends Object
    implements Serializable, Cloneable, Containerable
    How operationExecution records should be updated. EXPERIMENTAL

    Java class for OperationExecutionRecordingStrategyType complex type.

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

     <complexType name="OperationExecutionRecordingStrategyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="skipWhenSuccess" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="skip" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form