Class NumericIntervalWorkBucketContentType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkBucketContentType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NumericIntervalWorkBucketContentType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class NumericIntervalWorkBucketContentType extends AbstractWorkBucketContentType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Work bucket content defined as a interval of numeric values of discriminator item.Java class for NumericIntervalWorkBucketContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumericIntervalWorkBucketContentType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkBucketContentType"> <sequence> <element name="from" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="to" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_FROMstatic ItemNameF_TOprotected BigIntegerfromprotected BigIntegerto
-
Constructor Summary
Constructors Constructor Description NumericIntervalWorkBucketContentType()Creates a newNumericIntervalWorkBucketContentTypeinstance.NumericIntervalWorkBucketContentType(NumericIntervalWorkBucketContentType o)Creates a newNumericIntervalWorkBucketContentTypeinstance by deeply copying a givenNumericIntervalWorkBucketContentTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)NumericIntervalWorkBucketContentTypeclone()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)NumericIntervalWorkBucketContentTypefrom(BigInteger value)BigIntegergetFrom()Gets the value of the from property.BigIntegergetTo()Gets the value of the to property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidsetFrom(BigInteger value)Sets the value of the from property.voidsetTo(BigInteger value)Sets the value of the to property.NumericIntervalWorkBucketContentTypeto(BigInteger value)StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
from
protected BigInteger from
-
to
protected BigInteger to
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_FROM
public static final ItemName F_FROM
-
F_TO
public static final ItemName F_TO
-
-
Constructor Detail
-
NumericIntervalWorkBucketContentType
public NumericIntervalWorkBucketContentType()
Creates a newNumericIntervalWorkBucketContentTypeinstance.
-
NumericIntervalWorkBucketContentType
public NumericIntervalWorkBucketContentType(NumericIntervalWorkBucketContentType o)
Creates a newNumericIntervalWorkBucketContentTypeinstance by deeply copying a givenNumericIntervalWorkBucketContentTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getFrom
public BigInteger getFrom()
Gets the value of the from property.- Returns:
- possible object is
BigInteger
-
setFrom
public void setFrom(BigInteger value)
Sets the value of the from property.- Parameters:
value- allowed object isBigInteger
-
getTo
public BigInteger getTo()
Gets the value of the to property.- Returns:
- possible object is
BigInteger
-
setTo
public void setTo(BigInteger value)
Sets the value of the to property.- Parameters:
value- allowed object isBigInteger
-
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
-
from
public NumericIntervalWorkBucketContentType from(BigInteger value)
-
to
public NumericIntervalWorkBucketContentType to(BigInteger value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractWorkBucketContentType
-
clone
public NumericIntervalWorkBucketContentType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classAbstractWorkBucketContentType- Returns:
- A deep copy of this object.
-
-