Class StringValueWorkBucketContentType
- 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.StringValueWorkBucketContentType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class StringValueWorkBucketContentType extends AbstractWorkBucketContentType
Work bucket content defined using string value.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Constructor Summary
Constructors Constructor Description StringValueWorkBucketContentType()StringValueWorkBucketContentType(StringValueWorkBucketContentType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)StringValueWorkBucketContentTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)List<String>getValue()inthashCode(StructuredHashCodeStrategy strategy)StringValueWorkBucketContentTypevalue(String value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
StringValueWorkBucketContentType
public StringValueWorkBucketContentType()
-
StringValueWorkBucketContentType
public StringValueWorkBucketContentType(StringValueWorkBucketContentType other)
-
-
Method Detail
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractWorkBucketContentType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractWorkBucketContentType
-
value
public StringValueWorkBucketContentType value(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractWorkBucketContentType
-
clone
public StringValueWorkBucketContentType clone()
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classAbstractWorkBucketContentType
-
-