be.ac.ucl.ingi.totem.measurementRequest.model.jaxb
Interface DnsServer

All Known Implementing Classes:
DnsServerImpl

public interface DnsServer

Java content class for dnsServer complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/biom/biom1/tdekens/workspace/rtt/xml/measurementBase.xsd line 15)

 <complexType name="dnsServer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dnsName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dnsAddress" type="{}IPAddress"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getDnsAddress()
          Gets the value of the dnsAddress property.
 java.lang.String getDnsName()
          Gets the value of the dnsName property.
 void setDnsAddress(java.lang.String value)
          Sets the value of the dnsAddress property.
 void setDnsName(java.lang.String value)
          Sets the value of the dnsName property.
 

Method Detail

getDnsName

java.lang.String getDnsName()
Gets the value of the dnsName property.

Returns:
possible object is String

setDnsName

void setDnsName(java.lang.String value)
Sets the value of the dnsName property.

Parameters:
value - allowed object is String

getDnsAddress

java.lang.String getDnsAddress()
Gets the value of the dnsAddress property.

Returns:
possible object is String

setDnsAddress

void setDnsAddress(java.lang.String value)
Sets the value of the dnsAddress property.

Parameters:
value - allowed object is String


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.