org.nhind.config
Class DnsRecord

java.lang.Object
  extended by org.nhind.config.DnsRecord
All Implemented Interfaces:
Serializable

public class DnsRecord
extends Object
implements Serializable

See Also:
Serialized Form

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

DnsRecord

public DnsRecord()

DnsRecord

public DnsRecord(Calendar createTime,
                 byte[] data,
                 int dclass,
                 long id,
                 String name,
                 long ttl,
                 int type)
Method Detail

getCreateTime

public Calendar getCreateTime()
Gets the createTime value for this DnsRecord.

Returns:
createTime

setCreateTime

public void setCreateTime(Calendar createTime)
Sets the createTime value for this DnsRecord.

Parameters:
createTime -

getData

public byte[] getData()
Gets the data value for this DnsRecord.

Returns:
data

setData

public void setData(byte[] data)
Sets the data value for this DnsRecord.

Parameters:
data -

getDclass

public int getDclass()
Gets the dclass value for this DnsRecord.

Returns:
dclass

setDclass

public void setDclass(int dclass)
Sets the dclass value for this DnsRecord.

Parameters:
dclass -

getId

public long getId()
Gets the id value for this DnsRecord.

Returns:
id

setId

public void setId(long id)
Sets the id value for this DnsRecord.

Parameters:
id -

getName

public String getName()
Gets the name value for this DnsRecord.

Returns:
name

setName

public void setName(String name)
Sets the name value for this DnsRecord.

Parameters:
name -

getTtl

public long getTtl()
Gets the ttl value for this DnsRecord.

Returns:
ttl

setTtl

public void setTtl(long ttl)
Sets the ttl value for this DnsRecord.

Parameters:
ttl -

getType

public int getType()
Gets the type value for this DnsRecord.

Returns:
type

setType

public void setType(int type)
Sets the type value for this DnsRecord.

Parameters:
type -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.