Class SchemaMigrationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.prism.xml.ns._public.annotation_3.SchemaMigrationType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class SchemaMigrationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Annotation that describes schema changes that need to be migrated.
I.e. incompatible schema changes.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode(StructuredHashCodeStrategy strategy) replacement(QName value) voidsetComment(String value) voidsetElement(QName value) voidvoidsetReplacement(QName value) voidsetVersion(String value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
element
-
version
-
operation
-
replacement
-
comment
-
COMPLEX_TYPE
-
F_ELEMENT
-
F_VERSION
-
F_OPERATION
-
F_REPLACEMENT
-
F_COMMENT
-
-
Constructor Details
-
SchemaMigrationType
public SchemaMigrationType() -
SchemaMigrationType
-
-
Method Details
-
getElement
-
setElement
-
getVersion
-
setVersion
-
getOperation
-
setOperation
-
getReplacement
-
setReplacement
-
getComment
-
setComment
-
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
-
element
-
version
-
operation
-
replacement
-
comment
-
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
-