public static class BeatApi.BeatResponse.Beat.Location extends Object implements Serializable
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">
<sequence>
<element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="locationString" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
country |
protected String |
locationString |
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry()
Gets the value of the country property.
|
String |
getLocationString()
Gets the value of the locationString property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setLocationString(String value)
Sets the value of the locationString property.
|
public String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic String getLocationString()
StringCopyright © 2018 The Apache Software Foundation. All rights reserved.