public class Audit extends Object implements Serializable
Java class for Audit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Audit"> <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="docId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="status" use="required" type="{http://atlasmap.io/v2}AuditStatus" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
docId |
protected String |
message |
protected String |
path |
protected AuditStatus |
status |
protected String |
value |
Constructor and Description |
---|
Audit() |
Modifier and Type | Method and Description |
---|---|
String |
getDocId()
Gets the value of the docId property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getPath()
Gets the value of the path property.
|
AuditStatus |
getStatus()
Gets the value of the status property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDocId(String value)
Sets the value of the docId property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setStatus(AuditStatus value)
Sets the value of the status property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String message
protected String docId
protected String path
protected String value
protected AuditStatus status
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public String getDocId()
String
public void setDocId(String value)
value
- allowed object is
String
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public AuditStatus getStatus()
AuditStatus
public void setStatus(AuditStatus value)
value
- allowed object is
AuditStatus
Copyright © 2018 JBoss by Red Hat. All rights reserved.