Class ComplianceCheckAnswer

java.lang.Object
org.dcom.core.services.ComplianceCheckAnswer

public class ComplianceCheckAnswer extends Object
The programmatic implementation and helper serialisation/desieralisation methods of the representation of a result an answer of a given question submitted to the rule engine
  • Constructor Details

  • Method Details

    • toJSON

      public String toJSON()
    • toXML

      public String toXML()
    • getPropertyId

      public String getPropertyId()
    • getId

      public String getId()
    • isJob

      public boolean isJob()
    • getMissValue

      public String getMissValue()
    • getSupportingFileData

      public String getSupportingFileData()
    • getSupportingFileContentType

      public String getSupportingFileContentType()
    • getAnswer

      public String getAnswer()
    • getJobId

      public String getJobId()
    • fromJSONCollection

      public static List<ComplianceCheckAnswer> fromJSONCollection(String json)
    • fromXMLCollection

      public static List<ComplianceCheckAnswer> fromXMLCollection(String json)