Class NullWorkBucketContentType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkBucketContentType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NullWorkBucketContentType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class NullWorkBucketContentType extends AbstractWorkBucketContentType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
"Null" work bucket content: does not restrict the query in any way. Used when no bucketing configuration is specified. In that case, a single "null" bucket is created.Java class for NullWorkBucketContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NullWorkBucketContentType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkBucketContentType"> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPE
-
Constructor Summary
Constructors Constructor Description NullWorkBucketContentType()Creates a newNullWorkBucketContentTypeinstance.NullWorkBucketContentType(NullWorkBucketContentType o)Creates a newNullWorkBucketContentTypeinstance by deeply copying a givenNullWorkBucketContentTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)NullWorkBucketContentTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
NullWorkBucketContentType
public NullWorkBucketContentType()
Creates a newNullWorkBucketContentTypeinstance.
-
NullWorkBucketContentType
public NullWorkBucketContentType(NullWorkBucketContentType o)
Creates a newNullWorkBucketContentTypeinstance by deeply copying a givenNullWorkBucketContentTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classAbstractWorkBucketContentType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classAbstractWorkBucketContentType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractWorkBucketContentType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classAbstractWorkBucketContentType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractWorkBucketContentType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractWorkBucketContentType
-
clone
public NullWorkBucketContentType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classAbstractWorkBucketContentType- Returns:
- A deep copy of this object.
-
-