Package org.xbill.DNS
Class MRRecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.SingleNameBase
org.xbill.DNS.MRRecord
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Record>
Mailbox Rename Record - specifies a rename of a mailbox.
- See Also:
-
Field Summary
Fields inherited from class org.xbill.DNS.SingleNameBase
singleName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the new name of the mailbox specified by the domainMethods inherited from class org.xbill.DNS.SingleNameBase
getSingleName, rdataFromString, rrFromWire, rrToString, rrToWireMethods inherited from class org.xbill.DNS.Record
byteArrayFromString, byteArrayToString, checkByteArrayLength, checkName, checkU16, checkU32, checkU8, cloneRecord, compareTo, equals, fromString, fromString, fromWire, fromWire, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, sameRRset, setTTL, toString, toWire, toWire, toWireCanonical, unknownToString, withDClass, withName, writeReplace
-
Constructor Details
-
MRRecord
MRRecord() -
MRRecord
Creates a new MR Record with the given data- Parameters:
newName- The new name of the mailbox specified by the domain. domain.
-
-
Method Details
-
getNewName
Gets the new name of the mailbox specified by the domain
-