public class SourceLocation extends Object implements Serializable
Java class for sourceLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sourceLocation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="countryCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <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="{http://www.w3.org/2001/XMLSchema}string"/> <element name="zipArea" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="zipCode" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
country |
protected String |
countryCode |
protected String |
region |
protected String |
state |
protected String |
subregion |
protected String |
zipArea |
protected String |
zipCode |
Constructor and Description |
---|
SourceLocation() |
Modifier and Type | Method and Description |
---|---|
String |
getCountry()
Gets the value of the country property.
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getRegion()
Gets the value of the region property.
|
String |
getState()
Gets the value of the state property.
|
String |
getSubregion()
Gets the value of the subregion property.
|
String |
getZipArea()
Gets the value of the zipArea property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setSubregion(String value)
Sets the value of the subregion property.
|
void |
setZipArea(String value)
Sets the value of the zipArea property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
protected String country
protected String countryCode
protected String region
protected String subregion
protected String state
protected String zipArea
protected String zipCode
public String getCountry()
String
public void setCountry(String value)
value
- allowed object is
String
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
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 String getState()
String
public void setState(String value)
value
- allowed object is
String
public String getZipArea()
String
public void setZipArea(String value)
value
- allowed object is
String
public String getZipCode()
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.