Class BucketsDefinitionType

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

    public class BucketsDefinitionType
    extends Object
    implements Serializable, Cloneable, Containerable
    Defines how buckets should be created.

    Java class for BucketsDefinitionType complex type.

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

     <complexType name="BucketsDefinitionType">
       <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="implicitSegmentation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ImplicitWorkSegmentationType" 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}WorkAllocationDefinitionType" minOccurs="0"/>
             <element name="sampling" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}BucketsSamplingDefinitionType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form