public class KeywordLocation extends Object
Java class for KeywordLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordLocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Device" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Percentage" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
device |
protected String |
location |
protected Double |
percentage |
| Constructor and Description |
|---|
KeywordLocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevice()
Gets the value of the device property.
|
String |
getLocation()
Gets the value of the location property.
|
Double |
getPercentage()
Gets the value of the percentage property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setPercentage(Double value)
Sets the value of the percentage property.
|
protected String device
protected String location
protected Double percentage
public String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic Double getPercentage()
DoubleCopyright © 2024. All rights reserved.