Class ValidationIssueType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ValidationIssueType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class ValidationIssueType extends Object implements Serializable, Cloneable, Containerable
TODOJava class for ValidationIssueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationIssueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="severity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ValidationIssueSeverityType"/> <element name="category" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="itemPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_CATEGORYstatic ItemNameF_CODEstatic ItemNameF_ITEM_PATHstatic ItemNameF_OBJECT_REFstatic ItemNameF_SEVERITYstatic ItemNameF_TEXT-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ValidationIssueType()ValidationIssueType(PrismContext prismContext)
-
Method Summary
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
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
-
-
Constructor Detail
-
ValidationIssueType
public ValidationIssueType()
-
ValidationIssueType
public ValidationIssueType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable
-
end
public <X> X end()
-
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)
-
getId
public Long getId()
-
setId
public void setId(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)
-
id
public ValidationIssueType id(Long value)
-
clone
public ValidationIssueType clone()
-
-