Class PlannedOperationAttemptType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class PlannedOperationAttemptType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes an attempt that is to be made. Useful e.g. for shadow synchronization triggers where it counts attempts that are to be made.

    Java class for PlannedOperationAttemptType complex type.

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

     <complexType name="PlannedOperationAttemptType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="number" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="interval" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="limit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form