Package org.cxml
Class PolicyViolation
java.lang.Object
org.cxml.PolicyViolation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Commentsprotected Descriptionprotected Stringprotected PolicyViolationJustification -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comments property.Gets the value of the description property.getLevel()Gets the value of the level property.Gets the value of the policyViolationJustification property.voidsetComments(Comments value) Sets the value of the comments property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the level property.voidSets the value of the policyViolationJustification property.
-
Field Details
-
level
-
description
-
policyViolationJustification
-
comments
-
-
Constructor Details
-
PolicyViolation
public PolicyViolation()
-
-
Method Details
-
getLevel
Gets the value of the level property.- Returns:
- possible object is
String
-
setLevel
Sets the value of the level property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getPolicyViolationJustification
Gets the value of the policyViolationJustification property.- Returns:
- possible object is
PolicyViolationJustification
-
setPolicyViolationJustification
Sets the value of the policyViolationJustification property.- Parameters:
value- allowed object isPolicyViolationJustification
-
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-