public class RngDevice extends Object
Java class for RngDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RngDevice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rate" type="{}Rate" minOccurs="0"/>
<element ref="{}source"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RngDevice() |
| Modifier and Type | Method and Description |
|---|---|
Rate |
getRate()
Gets the value of the rate property.
|
String |
getSource()
Gets the value of the source property.
|
boolean |
isSetRate() |
boolean |
isSetSource() |
void |
setRate(Rate value)
Sets the value of the rate property.
|
void |
setSource(String value)
Sets the value of the source property.
|
public void setRate(Rate value)
value - allowed object is
Ratepublic boolean isSetRate()
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic boolean isSetSource()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0