public class QOS extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{}AVAILABILITY"/>
<element ref="{}CAPACITY"/>
<element ref="{}RESPONSE_TIME"/>
<element ref="{}THROUGHPUT"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
availability |
protected String |
capacity |
protected int |
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.
|
int |
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(int 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 int 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 int getRESPONSETIME()
public void setRESPONSETIME(int value)
public double getTHROUGHPUT()
public void setTHROUGHPUT(double value)
Copyright © 2022. All rights reserved.