Class ShadowAttributeValuePatternCountType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowAttributeValuePatternCountType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
Number of occurrences of a particular value pattern.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) intgetCount()getType()getValue()inthashCode(StructuredHashCodeStrategy strategy) voidvoidsetType(ShadowValuePatternType value) voidtype(ShadowValuePatternType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
value
-
type
-
count
protected int count -
COMPLEX_TYPE
-
F_VALUE
-
F_TYPE
-
F_COUNT
-
-
Constructor Details
-
ShadowAttributeValuePatternCountType
public ShadowAttributeValuePatternCountType() -
ShadowAttributeValuePatternCountType
-
-
Method Details
-
getValue
-
setValue
-
getType
-
setType
-
getCount
public int getCount() -
setCount
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
value
-
type
-
count
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-