Class MappingTimeDeclarationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.MappingTimeDeclarationType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class MappingTimeDeclarationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Specification of time-based mapping constraints.
- 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()description(String value) documentation(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) expression(ExpressionType value) inthashCode(StructuredHashCodeStrategy strategy) voidsetDescription(String value) voidsetDocumentation(String value) voidsetExpression(ExpressionType value) voidvoidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
description
-
documentation
-
referenceTime
-
offset
-
expression
-
COMPLEX_TYPE
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_REFERENCE_TIME
-
F_OFFSET
-
F_EXPRESSION
-
-
Constructor Details
-
MappingTimeDeclarationType
public MappingTimeDeclarationType() -
MappingTimeDeclarationType
-
-
Method Details
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getReferenceTime
-
setReferenceTime
-
getOffset
-
setOffset
-
getExpression
-
setExpression
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
description
-
documentation
-
referenceTime
-
beginReferenceTime
-
offset
-
expression
-
beginExpression
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-