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()
String
public void setAddressLine1(String value)
value
- allowed object is
String
public String getAddressLine2()
String
public void setAddressLine2(String value)
value
- allowed object is
String
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
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 LocalDateTime getCreateDate()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public LocalDateTime getLastUpdateDate()
String
public void setLastUpdateDate(LocalDateTime value)
value
- allowed object is
String
public String getLastUpdateUser()
String
public void setLastUpdateUser(String value)
value
- allowed object is
String
public Double getLatitude()
String
public void setLatitude(Double value)
value
- allowed object is
String
public Double getLongitude()
String
public void setLongitude(Double value)
value
- allowed object is
String
public String getMunicipality()
String
public void setMunicipality(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public String getPostalCode()
String
public void setPostalCode(String value)
value
- allowed object is
String
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public String getStateCode()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.