return XMLGenerator.toXML(this, doc);
}
public Zone toZone() throws IOException{
Name zoneName = Name.fromString(name);
Name primaryNS = Name.fromString(this.primaryDNS);
SOARecord soaRecord = new SOARecord(zoneName, DClass.value(dclass), ttl, primaryNS, Name.fromString(this.adminEmail), serial, refresh, retry, expire, minimum);
//Record primaryNSRecord = Record.newRecord(primaryNS, Type.NS, DClass.value(dclass), ttl);