Package org.cxml

Class PolicyViolation

java.lang.Object
org.cxml.PolicyViolation

public class PolicyViolation extends Object
  • Field Details

  • Constructor Details

    • PolicyViolation

      public PolicyViolation()
  • Method Details

    • getLevel

      public String getLevel()
      Gets the value of the level property.
      Returns:
      possible object is String
    • setLevel

      public void setLevel(String value)
      Sets the value of the level property.
      Parameters:
      value - allowed object is String
    • 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 is Description
    • 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 is PolicyViolationJustification
    • getComments

      public Comments getComments()
      Gets the value of the comments property.
      Returns:
      possible object is Comments
    • setComments

      public void setComments(Comments value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is Comments