public class Validation extends Object implements Serializable
Java class for Validation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Validation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="scope" use="required" type="{http://atlasmap.io/v2}ValidationScope" /> <attribute name="status" use="required" type="{http://atlasmap.io/v2}ValidationStatus" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
message |
protected ValidationScope |
scope |
protected ValidationStatus |
status |
Constructor and Description |
---|
Validation() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
String |
getMessage()
Gets the value of the message property.
|
ValidationScope |
getScope()
Gets the value of the scope property.
|
ValidationStatus |
getStatus()
Gets the value of the status property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setScope(ValidationScope value)
Sets the value of the scope property.
|
void |
setStatus(ValidationStatus value)
Sets the value of the status property.
|
protected String message
protected String id
protected ValidationScope scope
protected ValidationStatus status
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public ValidationScope getScope()
ValidationScope
public void setScope(ValidationScope value)
value
- allowed object is
ValidationScope
public ValidationStatus getStatus()
ValidationStatus
public void setStatus(ValidationStatus value)
value
- allowed object is
ValidationStatus
Copyright © 2018 JBoss by Red Hat. All rights reserved.