public class EntryType extends Object
Java class for entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pixelPerDegree" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="east" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="north" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="lastUsed" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="filename" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
east |
protected String |
filename |
protected Calendar |
lastModified |
protected Calendar |
lastUsed |
protected double |
north |
protected double |
pixelPerDegree |
Constructor and Description |
---|
EntryType() |
Modifier and Type | Method and Description |
---|---|
double |
getEast()
Gets the value of the east property.
|
String |
getFilename()
Gets the value of the filename property.
|
Calendar |
getLastModified()
Gets the value of the lastModified property.
|
Calendar |
getLastUsed()
Gets the value of the lastUsed property.
|
double |
getNorth()
Gets the value of the north property.
|
double |
getPixelPerDegree()
Gets the value of the pixelPerDegree property.
|
void |
setEast(double value)
Sets the value of the east property.
|
void |
setFilename(String value)
Sets the value of the filename property.
|
void |
setLastModified(Calendar value)
Sets the value of the lastModified property.
|
void |
setLastUsed(Calendar value)
Sets the value of the lastUsed property.
|
void |
setNorth(double value)
Sets the value of the north property.
|
void |
setPixelPerDegree(double value)
Sets the value of the pixelPerDegree property.
|
protected double pixelPerDegree
protected double east
protected double north
protected Calendar lastModified
public EntryType()
public double getPixelPerDegree()
public void setPixelPerDegree(double value)
public double getEast()
public void setEast(double value)
public double getNorth()
public void setNorth(double value)
public Calendar getLastUsed()
String
public void setLastUsed(Calendar value)
value
- allowed object is
String
public Calendar getLastModified()
String
public void setLastModified(Calendar value)
value
- allowed object is
String
public String getFilename()
String
public void setFilename(String value)
value
- allowed object is
String