public class Rate extends Object
Java class for Rate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Rate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bytes" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="period" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Rate() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBytes()
Gets the value of the bytes property.
|
Integer |
getPeriod()
Gets the value of the period property.
|
boolean |
isSetBytes() |
boolean |
isSetPeriod() |
void |
setBytes(int value)
Sets the value of the bytes property.
|
void |
setPeriod(Integer value)
Sets the value of the period property.
|
public int getBytes()
public void setBytes(int value)
public boolean isSetBytes()
public Integer getPeriod()
Integerpublic void setPeriod(Integer value)
value - allowed object is
Integerpublic boolean isSetPeriod()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0