public class XccdfRuleResultDto extends BaseDto
| Constructor and Description |
|---|
XccdfRuleResultDto() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDocumentIdref()
Get idref attribute of xccdf:rule-result
|
java.lang.String |
getEvaluationResult()
Returns the actual xccdf:rule-result result
|
java.lang.Long |
getId()
Returns id of xccdf:rule-result
|
java.lang.String |
getIdentsString()
Return summary of xccdf:idents in xccdf:rule-result
|
java.util.List<XccdfIdentDto> |
getIdentsWithoutIdref()
Get idents without idref
|
java.lang.String |
getLabel()
Returns the actual xccdf:rule-result result
|
XccdfTestResult |
getTestResult()
Returns the parent testResult
|
java.lang.Long |
getTestResultId()
Returns id of parent xccdf:TestResult
|
void |
setId(java.lang.Long idIn)
Sets the id of xccdf:rule-result
|
void |
setLabel(java.lang.String labelIn)
Sets the actual xccdf:rule-result result
|
void |
setTestResultId(java.lang.Long testResultIdIn)
Sets the id of parent xccdf:TestResult
|
addToSet, getSelectionKey, toStringisDisabled, isSelectable, isSelected, setDisabled, setSelectedpublic java.lang.Long getId()
getId in interface IdentifiablegetId in class BaseDtopublic void setId(java.lang.Long idIn)
idIn - to setpublic java.lang.String getLabel()
public java.lang.String getEvaluationResult()
public void setLabel(java.lang.String labelIn)
labelIn - to setpublic java.lang.Long getTestResultId()
public void setTestResultId(java.lang.Long testResultIdIn)
testResultIdIn - to setpublic XccdfTestResult getTestResult()
public java.lang.String getDocumentIdref()
public java.util.List<XccdfIdentDto> getIdentsWithoutIdref()
public java.lang.String getIdentsString()