org.xbill.DNS
Class ISDNRecord
java.lang.Object
org.xbill.DNS.Record
org.xbill.DNS.ISDNRecord
- All Implemented Interfaces:
- Cloneable, Comparable
public class ISDNRecord
- extends Record
ISDN - identifies the ISDN number and subaddress associated with a name.
- Author:
- Brian Wellington
Constructor Summary |
ISDNRecord(Name name,
int dclass,
long ttl,
String address,
String subAddress)
Creates an ISDN Record from the given data |
Methods inherited from class org.xbill.DNS.Record |
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName |
ISDNRecord
public ISDNRecord(Name name,
int dclass,
long ttl,
String address,
String subAddress)
- Creates an ISDN Record from the given data
- Parameters:
address
- The ISDN number associated with the domain.subAddress
- The subaddress, if any.
- Throws:
IllegalArgumentException
- One of the strings is invalid.
getAddress
public String getAddress()
- Returns the ISDN number associated with the domain.
getSubAddress
public String getSubAddress()
- Returns the ISDN subaddress, or null if there is none.