Class ApprovalCompositionStrategyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ApprovalCompositionStrategyType
    extends Object
    implements Serializable, Cloneable, Containerable
    Prescribes how individual approval requirements should be composed into overall approval schema.

    Java class for ApprovalCompositionStrategyType complex type.

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

     <complexType name="ApprovalCompositionStrategyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="exclusive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="mergeable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="mergeIntoOrder" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
             <element name="mergeIntoAll" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="mergePriority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="mergeOverwriting" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form