Class WorkBucketsManagementType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class WorkBucketsManagementType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    TODO

    Java class for WorkBucketsManagementType complex type.

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

     <complexType name="WorkBucketsManagementType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="numericSegmentation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NumericWorkSegmentationType" minOccurs="0"/>
               <element name="stringSegmentation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringWorkSegmentationType" minOccurs="0"/>
               <element name="oidSegmentation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OidWorkSegmentationType" minOccurs="0"/>
               <element name="explicitSegmentation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExplicitWorkSegmentationType" minOccurs="0"/>
               <element name="segmentation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkSegmentationType" minOccurs="0"/>
             </choice>
             <element name="allocation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WorkAllocationConfigurationType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form