|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubnetMeasures
Java content class for subnetMeasures 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/measurementReport.xsd line 35)
<complexType name="subnetMeasures">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="subnet" type="{}subnet"/>
<element name="dnsServerMeasures" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dnsServer" type="{}dnsServer"/>
<element name="measure" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="measurementMethod" type="{}rttMeasurementMethod"/>
<element name="timeOfMeasurement" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="result">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numberOfObservations" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="successfulObservations" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="minimum" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="average" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="maximum" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="meanAbsoluteDeviation" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="standardDeviation" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
SubnetMeasures.DnsServerMeasuresType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
java.util.List |
getDnsServerMeasures()
Gets the value of the DnsServerMeasures property. |
Subnet |
getSubnet()
Gets the value of the subnet property. |
void |
setSubnet(Subnet value)
Sets the value of the subnet property. |
| Method Detail |
|---|
Subnet getSubnet()
Subnetvoid setSubnet(Subnet value)
value - allowed object is
Subnetjava.util.List getDnsServerMeasures()
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 DnsServerMeasures property.
For example, to add a new item, do as follows:
getDnsServerMeasures().add(newItem);
Objects of the following type(s) are allowed in the list
SubnetMeasures.DnsServerMeasuresType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||