public class ViolationDescription extends Object
| Constructor and Description |
|---|
ViolationDescription()
Empty constructor is required by JAX-B
|
ViolationDescription(String checkname,
String message,
String severity) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckname() |
String |
getMessage() |
String |
getSeverity() |
void |
setCheckname(String checkname) |
void |
setMessage(String message) |
void |
setSeverity(String severity) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.