public class ArticleLocation extends Object implements Serializable
Java class for articleLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="articleLocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mentions" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="confidence" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="country" type="{}country"/>
<element name="region" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subregion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{}state"/>
<element name="latitude" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="longitude" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected String |
confidence |
protected Country |
country |
protected String |
latitude |
protected String |
longitude |
protected String |
mentions |
protected String |
name |
protected String |
region |
protected State |
state |
protected String |
subregion |
protected String |
type |
| Constructor and Description |
|---|
ArticleLocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getConfidence()
Gets the value of the confidence property.
|
Country |
getCountry()
Gets the value of the country property.
|
String |
getLatitude()
Gets the value of the latitude property.
|
String |
getLongitude()
Gets the value of the longitude property.
|
String |
getMentions()
Gets the value of the mentions property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRegion()
Gets the value of the region property.
|
State |
getState()
Gets the value of the state property.
|
String |
getSubregion()
Gets the value of the subregion property.
|
String |
getType()
Gets the value of the type property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setConfidence(String value)
Sets the value of the confidence property.
|
void |
setCountry(Country value)
Sets the value of the country property.
|
void |
setLatitude(String value)
Sets the value of the latitude property.
|
void |
setLongitude(String value)
Sets the value of the longitude property.
|
void |
setMentions(String value)
Sets the value of the mentions property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
void |
setState(State value)
Sets the value of the state property.
|
void |
setSubregion(String value)
Sets the value of the subregion property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String name
protected String type
protected String clazz
protected String mentions
protected String confidence
protected Country country
protected String region
protected String subregion
protected State state
protected String latitude
protected String longitude
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getMentions()
Stringpublic void setMentions(String value)
value - allowed object is
Stringpublic String getConfidence()
Stringpublic void setConfidence(String value)
value - allowed object is
Stringpublic Country getCountry()
Countrypublic void setCountry(Country value)
value - allowed object is
Countrypublic String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic String getSubregion()
Stringpublic void setSubregion(String value)
value - allowed object is
Stringpublic State getState()
Statepublic void setState(State value)
value - allowed object is
Statepublic String getLatitude()
Stringpublic void setLatitude(String value)
value - allowed object is
Stringpublic String getLongitude()
StringCopyright © 2018 The Apache Software Foundation. All rights reserved.