Class ResultXmlAdapter.ResultElement

java.lang.Object
dmx.fun.jakarta.jaxb.ResultXmlAdapter.ResultElement
Enclosing class:
ResultXmlAdapter

public static class ResultXmlAdapter.ResultElement extends Object
JAXB-mapped element for Result.
  • Field Details

    • ok

      public @Nullable String ok
      Present when the result is Ok; null otherwise.
    • err

      public @Nullable String err
      Present when the result is Err; null otherwise.
  • Constructor Details

    • ResultElement

      public ResultElement()
      JAXB-required no-arg constructor.