public class FixedLocation extends Classification
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
ATTRIBUTE_NAMES_SET |
static String[] |
ATTRIBUTE_NAMES_SET_VALUES |
static Set<String> |
ENUM_NAMES_SET |
static String[] |
ENUM_NAMES_SET_VALUES |
static Set<String> |
MAP_NAMES_SET |
static String[] |
MAP_NAMES_SET_VALUES |
static Set<String> |
PROPERTY_NAMES_SET |
static String[] |
PROPERTY_NAMES_SET_VALUES |
classificationName, serialVersionUID| Constructor and Description |
|---|
FixedLocation()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
{@literal Postal address of this location.
|
String |
getCoordinates()
{@literal Geographical coordinates of this location.
|
Map<String,Object> |
getExtraAttributes()
Get the extra attributes - ones that are in addition to the standard types.
|
String |
getTimezone()
{@literal Timezone for the location.
|
InstanceProperties |
obtainInstanceProperties() |
void |
setAddress(String address) |
void |
setCoordinates(String coordinates) |
void |
setExtraAttributes(Map<String,Object> extraAttributes) |
void |
setTimezone(String timezone) |
getClassificationName, getSerialVersionUID, getSystemAttributes, setSystemAttributespublic static final String[] PROPERTY_NAMES_SET_VALUES
public static final String[] ATTRIBUTE_NAMES_SET_VALUES
public static final String[] ENUM_NAMES_SET_VALUES
public static final String[] MAP_NAMES_SET_VALUES
public InstanceProperties obtainInstanceProperties()
obtainInstanceProperties in class Classificationpublic String getCoordinates()
String public void setCoordinates(String coordinates)
public String getAddress()
String public void setAddress(String address)
public String getTimezone()
String public void setTimezone(String timezone)
public Map<String,Object> getExtraAttributes()
Copyright © 2018 ODPi. All rights reserved.