Class GenericAnswerDTO

java.lang.Object
de.aeb.xnsg.atcconnector.bf.GenericAnswerDTO

public class GenericAnswerDTO extends Object
The result of a function call, given in a serialized form of elements which can be restored into a complex structure
  • Field Details

    • result

      public ElementDTO[] result
      list of elements from which the structured result can be restored. This typically contains one top level element with name "RESULT"
  • Constructor Details

    • GenericAnswerDTO

      public GenericAnswerDTO()