|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhind.config.DnsRecord
public class DnsRecord
| Constructor Summary | |
|---|---|
DnsRecord()
|
|
DnsRecord(Calendar createTime,
byte[] data,
int dclass,
long id,
String name,
long ttl,
int type)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Calendar |
getCreateTime()
Gets the createTime value for this DnsRecord. |
byte[] |
getData()
Gets the data value for this DnsRecord. |
int |
getDclass()
Gets the dclass value for this DnsRecord. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
long |
getId()
Gets the id value for this DnsRecord. |
String |
getName()
Gets the name value for this DnsRecord. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
long |
getTtl()
Gets the ttl value for this DnsRecord. |
int |
getType()
Gets the type value for this DnsRecord. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCreateTime(Calendar createTime)
Sets the createTime value for this DnsRecord. |
void |
setData(byte[] data)
Sets the data value for this DnsRecord. |
void |
setDclass(int dclass)
Sets the dclass value for this DnsRecord. |
void |
setId(long id)
Sets the id value for this DnsRecord. |
void |
setName(String name)
Sets the name value for this DnsRecord. |
void |
setTtl(long ttl)
Sets the ttl value for this DnsRecord. |
void |
setType(int type)
Sets the type value for this DnsRecord. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DnsRecord()
public DnsRecord(Calendar createTime,
byte[] data,
int dclass,
long id,
String name,
long ttl,
int type)
| Method Detail |
|---|
public Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - public byte[] getData()
public void setData(byte[] data)
data - public int getDclass()
public void setDclass(int dclass)
dclass - public long getId()
public void setId(long id)
id - public String getName()
public void setName(String name)
name - public long getTtl()
public void setTtl(long ttl)
ttl - public int getType()
public void setType(int type)
type - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||