public class QOS extends Object
Java class for QOS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QOS">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AVAILABILITY" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CAPACITY" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RESPONSE_TIME" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="THROUGHPUT" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
availability |
protected String |
capacity |
protected String |
responsetime |
protected double |
throughput |
| Constructor and Description |
|---|
QOS() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAVAILABILITY()
Gets the value of the availability property.
|
String |
getCAPACITY()
Gets the value of the capacity property.
|
String |
getRESPONSETIME()
Gets the value of the responsetime property.
|
double |
getTHROUGHPUT()
Gets the value of the throughput property.
|
void |
setAVAILABILITY(String value)
Sets the value of the availability property.
|
void |
setCAPACITY(String value)
Sets the value of the capacity property.
|
void |
setRESPONSETIME(String value)
Sets the value of the responsetime property.
|
void |
setTHROUGHPUT(double value)
Sets the value of the throughput property.
|
protected String availability
protected String capacity
protected String responsetime
protected double throughput
public String getAVAILABILITY()
Stringpublic void setAVAILABILITY(String value)
value - allowed object is
Stringpublic String getCAPACITY()
Stringpublic void setCAPACITY(String value)
value - allowed object is
Stringpublic String getRESPONSETIME()
Stringpublic void setRESPONSETIME(String value)
value - allowed object is
Stringpublic double getTHROUGHPUT()
public void setTHROUGHPUT(double value)
Copyright © 2017. All rights reserved.