Returns a simple string representation to facilitate debugging. @return a simple string representation
()
| 75 | * @return a simple string representation |
| 76 | */ |
| 77 | @Override |
| 78 | public String toString() { |
| 79 | return asXml(); |
| 80 | } |
| 81 | |
| 82 | /** |
| 83 | * {@inheritDoc} |