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()
PlaceAddresspublic void setSiteAddress(PlaceAddress value)
value - allowed object is
PlaceAddresspublic String getSiteCode()
Stringpublic void setSiteCode(String value)
value - allowed object is
Stringpublic ExternalName getSiteExternalName()
ExternalNamepublic void setSiteExternalName(ExternalName value)
value - allowed object is
ExternalNamepublic ExternalName getSiteKindName()
ExternalNamepublic void setSiteKindName(ExternalName value)
value - allowed object is
ExternalNamepublic String getSpaceCode()
Stringpublic void setSpaceCode(String value)
value - allowed object is
Stringpublic ExternalName getSpaceExternalName()
ExternalNamepublic void setSpaceExternalName(ExternalName value)
value - allowed object is
ExternalNameCopyright © 2021. All rights reserved.