Class StringValueWorkBucketContentType

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

    public class StringValueWorkBucketContentType
    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.

    Java class for StringValueWorkBucketContentType complex type.

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

     <complexType name="StringValueWorkBucketContentType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkBucketContentType">
           <sequence>
             <element name="value" 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_VALUE

        public static final ItemName F_VALUE
    • Constructor Detail

      • StringValueWorkBucketContentType

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

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