public class PythonTextOutput
extends java.lang.Object
This class replicates the Python libtaxii to_text() output.
The cleaner way to implement this would be for each TAXII class have a toText()
method. However, the TAXII classes are generated by XJC and I would much rather
avoid post-processing the generated code.