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()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is
String
public String getMentions()
String
public void setMentions(String value)
value
- allowed object is
String
public String getConfidence()
String
public void setConfidence(String value)
value
- allowed object is
String
public Country getCountry()
Country
public void setCountry(Country value)
value
- allowed object is
Country
public String getRegion()
String
public void setRegion(String value)
value
- allowed object is
String
public String getSubregion()
String
public void setSubregion(String value)
value
- allowed object is
String
public State getState()
State
public void setState(State value)
value
- allowed object is
State
public String getLatitude()
String
public void setLatitude(String value)
value
- allowed object is
String
public String getLongitude()
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.