Package org.cxml
Class PolicyViolation
- java.lang.Object
-
- org.cxml.PolicyViolation
-
public class PolicyViolation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Commentscommentsprotected Descriptiondescriptionprotected java.lang.Stringlevelprotected PolicyViolationJustificationpolicyViolationJustification
-
Constructor Summary
Constructors Constructor Description PolicyViolation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentsgetComments()Gets the value of the comments property.DescriptiongetDescription()Gets the value of the description property.java.lang.StringgetLevel()Gets the value of the level property.PolicyViolationJustificationgetPolicyViolationJustification()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.voidsetLevel(java.lang.String value)Sets the value of the level property.voidsetPolicyViolationJustification(PolicyViolationJustification value)Sets the value of the policyViolationJustification property.
-
-
-
Field Detail
-
level
protected java.lang.String level
-
description
protected Description description
-
policyViolationJustification
protected PolicyViolationJustification policyViolationJustification
-
comments
protected Comments comments
-
-
Method Detail
-
getLevel
public java.lang.String getLevel()
Gets the value of the level property.- Returns:
- possible object is
String
-
setLevel
public void setLevel(java.lang.String value)
Sets the value of the level property.- Parameters:
value- allowed object isString
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getPolicyViolationJustification
public PolicyViolationJustification getPolicyViolationJustification()
Gets the value of the policyViolationJustification property.- Returns:
- possible object is
PolicyViolationJustification
-
setPolicyViolationJustification
public void setPolicyViolationJustification(PolicyViolationJustification value)
Sets the value of the policyViolationJustification property.- Parameters:
value- allowed object isPolicyViolationJustification
-
getComments
public Comments getComments()
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
-