toXML method

String toXML()

Implementation

String toXML() {
  return '''<ipAndPort hostName="$hostName" ip="$ip" port="$port"/>''';
}