Package org.cxml

Class DeviationReason

java.lang.Object
org.cxml.DeviationReason

public class DeviationReason extends Object
  • Field Details

    • value

      protected String value
    • comments

      protected Comments comments
  • Constructor Details

    • DeviationReason

      public DeviationReason()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

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