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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected String
description
protected String
documentation
protected ExpressionType
expression
static ItemName
F_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_EXPRESSION
static ItemName
F_OFFSET
static ItemName
F_REFERENCE_TIME
protected Duration
offset
protected VariableBindingDefinitionType
referenceTime
-
Constructor Summary
Constructors Constructor Description MappingTimeDeclarationType()
MappingTimeDeclarationType(MappingTimeDeclarationType other)
-
Method Summary
-
-
-
Field Detail
-
description
protected String description
-
documentation
protected String documentation
-
referenceTime
protected VariableBindingDefinitionType referenceTime
-
offset
protected Duration offset
-
expression
protected ExpressionType expression
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_REFERENCE_TIME
public static final ItemName F_REFERENCE_TIME
-
F_OFFSET
public static final ItemName F_OFFSET
-
F_EXPRESSION
public static final ItemName F_EXPRESSION
-
-
Constructor Detail
-
MappingTimeDeclarationType
public MappingTimeDeclarationType()
-
MappingTimeDeclarationType
public MappingTimeDeclarationType(MappingTimeDeclarationType other)
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getReferenceTime
public VariableBindingDefinitionType getReferenceTime()
-
setReferenceTime
public void setReferenceTime(VariableBindingDefinitionType value)
-
getOffset
public Duration getOffset()
-
setOffset
public void setOffset(Duration value)
-
getExpression
public ExpressionType getExpression()
-
setExpression
public void setExpression(ExpressionType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
description
public MappingTimeDeclarationType description(String value)
-
documentation
public MappingTimeDeclarationType documentation(String value)
-
referenceTime
public MappingTimeDeclarationType referenceTime(VariableBindingDefinitionType value)
-
beginReferenceTime
public VariableBindingDefinitionType beginReferenceTime()
-
offset
public MappingTimeDeclarationType offset(Duration value)
-
expression
public MappingTimeDeclarationType expression(ExpressionType value)
-
beginExpression
public ExpressionType beginExpression()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public MappingTimeDeclarationType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-