Class ConstraintsCheckingStrategyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ConstraintsCheckingStrategyType
    extends Object
    implements Serializable, Cloneable, Containerable
    How constraints checking (for focus and projections) should be done.

    Java class for ConstraintsCheckingStrategyType complex type.

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

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