Package org.cxml

Class PolicyViolation


  • public class PolicyViolation
    extends java.lang.Object
    • Constructor Detail

      • PolicyViolation

        public PolicyViolation()
    • 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 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
      • 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