public class ValidationIssueType extends Object implements Serializable, Cloneable, Containerable
Java 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> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CATEGORY |
static QName |
F_CODE |
static QName |
F_ITEM_PATH |
static QName |
F_OBJECT_REF |
static QName |
F_SEVERITY |
static QName |
F_TEXT |
Constructor and Description |
---|
ValidationIssueType() |
ValidationIssueType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ValidationIssueType |
clone() |
boolean |
equals(Object object) |
String |
getCategory() |
String |
getCode() |
String |
getItemPath() |
ObjectReferenceType |
getObjectRef() |
ValidationIssueSeverityType |
getSeverity() |
String |
getText() |
int |
hashCode() |
void |
setCategory(String value) |
void |
setCode(String value) |
void |
setItemPath(String value) |
void |
setObjectRef(ObjectReferenceType value) |
void |
setSeverity(ValidationIssueSeverityType value) |
void |
setText(String value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SEVERITY
public static final QName F_CATEGORY
public static final QName F_CODE
public static final QName F_TEXT
public static final QName F_OBJECT_REF
public static final QName F_ITEM_PATH
public ValidationIssueType()
public ValidationIssueType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public ValidationIssueSeverityType getSeverity()
public void setSeverity(ValidationIssueSeverityType value)
public String getCategory()
public void setCategory(String value)
public String getCode()
public void setCode(String value)
public String getText()
public void setText(String value)
public ObjectReferenceType getObjectRef()
public void setObjectRef(ObjectReferenceType value)
public String getItemPath()
public void setItemPath(String value)
public ValidationIssueType clone()
Copyright © 2017 Evolveum. All rights reserved.