public class LocationType extends Object
Java class for LocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AddressLine1" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="200"/>
</restriction>
</simpleType>
</element>
<element name="AddressLine2" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="200"/>
</restriction>
</simpleType>
</element>
<element name="City" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="200"/>
</restriction>
</simpleType>
</element>
<element name="Country" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="200"/>
</restriction>
</simpleType>
</element>
<element name="CountryCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="3"/>
</restriction>
</simpleType>
</element>
<element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CreateUser" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastUpdateUser" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="Latitude" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Longitude" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Municipality" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="200"/>
</restriction>
</simpleType>
</element>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PostalCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="State" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="200"/>
</restriction>
</simpleType>
</element>
<element name="StateCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressLine1 |
protected String |
addressLine2 |
protected String |
city |
protected String |
country |
protected String |
countryCode |
protected LocalDateTime |
createDate |
protected String |
createUser |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Double |
latitude |
protected Double |
longitude |
protected String |
municipality |
protected String |
name |
protected Integer |
objectId |
protected String |
postalCode |
protected String |
state |
protected String |
stateCode |
| Constructor and Description |
|---|
LocationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressLine1()
Gets the value of the addressLine1 property.
|
String |
getAddressLine2()
Gets the value of the addressLine2 property.
|
String |
getCity()
Gets the value of the city property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
Double |
getLatitude()
Gets the value of the latitude property.
|
Double |
getLongitude()
Gets the value of the longitude property.
|
String |
getMunicipality()
Gets the value of the municipality property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
String |
getState()
Gets the value of the state property.
|
String |
getStateCode()
Gets the value of the stateCode property.
|
void |
setAddressLine1(String value)
Sets the value of the addressLine1 property.
|
void |
setAddressLine2(String value)
Sets the value of the addressLine2 property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setLatitude(Double value)
Sets the value of the latitude property.
|
void |
setLongitude(Double value)
Sets the value of the longitude property.
|
void |
setMunicipality(String value)
Sets the value of the municipality property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setStateCode(String value)
Sets the value of the stateCode property.
|
protected String addressLine1
protected String addressLine2
protected String city
protected String country
protected String countryCode
protected LocalDateTime createDate
protected String createUser
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Double latitude
protected Double longitude
protected String municipality
protected String name
protected Integer objectId
protected String postalCode
protected String state
protected String stateCode
public String getAddressLine1()
Stringpublic void setAddressLine1(String value)
value - allowed object is
Stringpublic String getAddressLine2()
Stringpublic void setAddressLine2(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic LocalDateTime getCreateDate()
Stringpublic void setCreateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic LocalDateTime getLastUpdateDate()
Stringpublic void setLastUpdateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Double getLatitude()
Stringpublic void setLatitude(Double value)
value - allowed object is
Stringpublic Double getLongitude()
Stringpublic void setLongitude(Double value)
value - allowed object is
Stringpublic String getMunicipality()
Stringpublic void setMunicipality(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getStateCode()
StringCopyright © 2000–2025 MPXJ. All rights reserved.