Class XmlGeoLocation
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.reference.datacite.xml.XmlGeoLocation
-
- All Implemented Interfaces:
java.io.Serializable
public class XmlGeoLocation extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlGeoLocation()
-
Method Summary
Modifier and Type Method Description doublegetGeoLocationBox()java.lang.StringgetGeoLocationPlace()doublegetGeoLocationPoint()voidsetGeoLocationBox(double geoLocationBox)voidsetGeoLocationPlace(java.lang.String geoLocationPlace)voidsetGeoLocationPoint(double geoLocationPoint)
-
-
-
Method Detail
-
getGeoLocationPoint
public double getGeoLocationPoint()
- Returns:
- the geoLocationPoint
-
setGeoLocationPoint
public void setGeoLocationPoint(double geoLocationPoint)
- Parameters:
geoLocationPoint- the geoLocationPoint to set
-
getGeoLocationBox
public double getGeoLocationBox()
- Returns:
- the geoLocationBox
-
setGeoLocationBox
public void setGeoLocationBox(double geoLocationBox)
- Parameters:
geoLocationBox- the geoLocationBox to set
-
getGeoLocationPlace
public java.lang.String getGeoLocationPlace()
- Returns:
- the geoLocationPlace
-
setGeoLocationPlace
public void setGeoLocationPlace(java.lang.String geoLocationPlace)
- Parameters:
geoLocationPlace- the geoLocationPlace to set
-
-