Class NumericIntervalWorkBucketContentType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkBucketContentType
com.evolveum.midpoint.xml.ns._public.common.common_3.NumericIntervalWorkBucketContentType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
Work bucket content defined as an interval of numeric values of discriminator item.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNameprotected BigIntegerprotected BigInteger -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) from(BigInteger value) getFrom()getTo()inthashCode(StructuredHashCodeStrategy strategy) voidsetFrom(BigInteger value) voidsetTo(BigInteger value) to(BigInteger value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
from
-
to
-
COMPLEX_TYPE
-
F_FROM
-
F_TO
-
-
Constructor Details
-
NumericIntervalWorkBucketContentType
public NumericIntervalWorkBucketContentType() -
NumericIntervalWorkBucketContentType
-
-
Method Details
-
getFrom
-
setFrom
-
getTo
-
setTo
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractWorkBucketContentType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractWorkBucketContentType
-
from
-
to
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractWorkBucketContentType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classAbstractWorkBucketContentType
-