Class Validation

java.lang.Object
io.atlasmap.v2.Validation
All Implemented Interfaces:
Serializable

public class Validation extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • Validation

      public Validation()
  • Method Details

    • getMessage

      public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      public void setMessage(String value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is String
    • getId

      @Deprecated public String getId()
      Deprecated.
      Use getDocId() instead
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      @Deprecated public void setId(String value)
      Deprecated.
      Use setDocId(String) instead
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getDocId

      public String getDocId()
      Gets the value of the docId property.
      Returns:
      possible object is String
    • setDocId

      public void setDocId(String value)
      Sets the value of the docId property.
      Parameters:
      value - allowed object is String
    • getDocName

      public String getDocName()
      Gets the value of the docName property.
      Returns:
      possible object is String
    • setDocName

      public void setDocName(String value)
      Sets the value of the docName property.
      Parameters:
      value - allowed object is String
    • getScope

      public ValidationScope getScope()
      Gets the value of the scope property.
      Returns:
      possible object is ValidationScope
    • setScope

      public void setScope(ValidationScope value)
      Sets the value of the scope property.
      Parameters:
      value - allowed object is ValidationScope
    • getStatus

      public ValidationStatus getStatus()
      Gets the value of the status property.
      Returns:
      possible object is ValidationStatus
    • setStatus

      public void setStatus(ValidationStatus value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is ValidationStatus