public class Location extends AbstractRealTimeDto implements Serializable
Java class for location complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected PlaceAddress |
siteAddress |
protected String |
siteCode |
protected ExternalName |
siteExternalName |
protected ExternalName |
siteKindName |
protected String |
spaceCode |
protected ExternalName |
spaceExternalName |
Constructor and Description |
---|
Location() |
Modifier and Type | Method and Description |
---|---|
PlaceAddress |
getSiteAddress()
Gets the value of the siteAddress property.
|
String |
getSiteCode()
Gets the value of the siteCode property.
|
ExternalName |
getSiteExternalName()
Gets the value of the siteExternalName property.
|
ExternalName |
getSiteKindName()
Gets the value of the siteKindName property.
|
String |
getSpaceCode()
Gets the value of the spaceCode property.
|
ExternalName |
getSpaceExternalName()
Gets the value of the spaceExternalName property.
|
void |
setSiteAddress(PlaceAddress value)
Sets the value of the siteAddress property.
|
void |
setSiteCode(String value)
Sets the value of the siteCode property.
|
void |
setSiteExternalName(ExternalName value)
Sets the value of the siteExternalName property.
|
void |
setSiteKindName(ExternalName value)
Sets the value of the siteKindName property.
|
void |
setSpaceCode(String value)
Sets the value of the spaceCode property.
|
void |
setSpaceExternalName(ExternalName value)
Sets the value of the spaceExternalName property.
|
protected PlaceAddress siteAddress
protected String siteCode
protected ExternalName siteExternalName
protected ExternalName siteKindName
protected String spaceCode
protected ExternalName spaceExternalName
public PlaceAddress getSiteAddress()
PlaceAddress
public void setSiteAddress(PlaceAddress value)
value
- allowed object is
PlaceAddress
public String getSiteCode()
String
public void setSiteCode(String value)
value
- allowed object is
String
public ExternalName getSiteExternalName()
ExternalName
public void setSiteExternalName(ExternalName value)
value
- allowed object is
ExternalName
public ExternalName getSiteKindName()
ExternalName
public void setSiteKindName(ExternalName value)
value
- allowed object is
ExternalName
public String getSpaceCode()
String
public void setSpaceCode(String value)
value
- allowed object is
String
public ExternalName getSpaceExternalName()
ExternalName
public void setSpaceExternalName(ExternalName value)
value
- allowed object is
ExternalName
Copyright © 2021. All rights reserved.