toXML method

String toXML()

Implementation

String toXML() {
  return '''<aeaMessage>${aeaText.toXML()}${aeaBinary.toXML()}</aeaMessage>''';
}