Class ValidationIssueType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ValidationIssueType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ValidationIssueType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
TODO- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CATEGORY
static ItemName
F_CODE
static ItemName
F_ITEM_PATH
static ItemName
F_OBJECT_REF
static ItemName
F_SEVERITY
static ItemName
F_TEXT
static Producer<ValidationIssueType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ValidationIssueType()
ValidationIssueType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SEVERITY
public static final ItemName F_SEVERITY
-
F_CATEGORY
public static final ItemName F_CATEGORY
-
F_CODE
public static final ItemName F_CODE
-
F_TEXT
public static final ItemName F_TEXT
-
F_OBJECT_REF
public static final ItemName F_OBJECT_REF
-
F_ITEM_PATH
public static final ItemName F_ITEM_PATH
-
FACTORY
public static final Producer<ValidationIssueType> FACTORY
-
-
Constructor Detail
-
ValidationIssueType
public ValidationIssueType()
-
ValidationIssueType
@Deprecated public ValidationIssueType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getSeverity
public ValidationIssueSeverityType getSeverity()
-
setSeverity
public void setSeverity(ValidationIssueSeverityType value)
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String value)
-
getCode
public String getCode()
-
setCode
public void setCode(String value)
-
getText
public String getText()
-
setText
public void setText(String value)
-
getObjectRef
public ObjectReferenceType getObjectRef()
-
setObjectRef
public void setObjectRef(ObjectReferenceType value)
-
getItemPath
public String getItemPath()
-
setItemPath
public void setItemPath(String value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ValidationIssueType id(Long value)
-
severity
public ValidationIssueType severity(ValidationIssueSeverityType value)
-
category
public ValidationIssueType category(String value)
-
code
public ValidationIssueType code(String value)
-
text
public ValidationIssueType text(String value)
-
objectRef
public ValidationIssueType objectRef(ObjectReferenceType value)
-
objectRef
public ValidationIssueType objectRef(String oid, QName type)
-
objectRef
public ValidationIssueType objectRef(String oid, QName type, QName relation)
-
beginObjectRef
public ObjectReferenceType beginObjectRef()
-
itemPath
public ValidationIssueType itemPath(String value)
-
end
public <X> X end()
-
clone
public ValidationIssueType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-