be.ac.ucl.ingi.totem.measurementRequest.model.jaxb
Interface RttMeasurementRequestType.RequestListType.SubnetDNSType

All Known Implementing Classes:
RttMeasurementRequestTypeImpl.RequestListTypeImpl.SubnetDNSTypeImpl
Enclosing interface:
RttMeasurementRequestType.RequestListType

public static interface RttMeasurementRequestType.RequestListType.SubnetDNSType

Java content class for anonymous 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/measurementRequest.xsd line 20)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="subnet" type="{}subnet"/>
         <element name="dnsServer" type="{}dnsServer" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getDnsServer()
          Gets the value of the DnsServer property.
 Subnet getSubnet()
          Gets the value of the subnet property.
 void setSubnet(Subnet value)
          Sets the value of the subnet property.
 

Method Detail

getDnsServer

java.util.List getDnsServer()
Gets the value of the DnsServer property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the DnsServer property.

For example, to add a new item, do as follows:

    getDnsServer().add(newItem);
 

Objects of the following type(s) are allowed in the list DnsServer


getSubnet

Subnet getSubnet()
Gets the value of the subnet property.

Returns:
possible object is Subnet

setSubnet

void setSubnet(Subnet value)
Sets the value of the subnet property.

Parameters:
value - allowed object is Subnet


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