@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-31T11:10:15.610+01:00") public class Facility extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Facility.StateEnum |
static class |
Facility.TypeEnum |
| Constructor and Description |
|---|
Facility() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Textual description of place
|
Long |
getEquipmentnumber() |
Double |
getGeocoordX()
geocoordinate component in DB REF format
|
Double |
getGeocoordY()
geocoordinate component in DB REF format
|
Facility.StateEnum |
getState() |
Long |
getStationnumber() |
Facility.TypeEnum |
getType() |
void |
setDescription(String description) |
void |
setEquipmentnumber(Long equipmentnumber) |
void |
setGeocoordX(Double geocoordX) |
void |
setGeocoordY(Double geocoordY) |
void |
setState(Facility.StateEnum state) |
void |
setStationnumber(Long stationnumber) |
void |
setType(Facility.TypeEnum type) |
String |
toString() |
public Long getEquipmentnumber()
public void setEquipmentnumber(Long equipmentnumber)
public Facility.TypeEnum getType()
public void setType(Facility.TypeEnum type)
public String getDescription()
public void setDescription(String description)
public Double getGeocoordX()
public void setGeocoordX(Double geocoordX)
public Double getGeocoordY()
public void setGeocoordY(Double geocoordY)
public Facility.StateEnum getState()
public void setState(Facility.StateEnum state)
public Long getStationnumber()
public void setStationnumber(Long stationnumber)
Copyright © 2015. All Rights Reserved.