Class StringPrefixWorkBucketContentType

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

    public class StringPrefixWorkBucketContentType
    extends AbstractWorkBucketContentType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Work bucket content defined using string value prefix.

    Java class for StringPrefixWorkBucketContentType complex type.

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

     <complexType name="StringPrefixWorkBucketContentType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkBucketContentType">
           <sequence>
             <element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_PREFIX

        public static final ItemName F_PREFIX
    • Constructor Detail

      • StringPrefixWorkBucketContentType

        public StringPrefixWorkBucketContentType()
        Creates a new StringPrefixWorkBucketContentType instance.
      • StringPrefixWorkBucketContentType

        public StringPrefixWorkBucketContentType​(StringPrefixWorkBucketContentType o)
        Creates a new StringPrefixWorkBucketContentType instance by deeply copying a given StringPrefixWorkBucketContentType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.