|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.data.imagery.types.EntryType
public class EntryType
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>
| Field Summary | |
|---|---|
protected double |
east
|
protected java.lang.String |
filename
|
protected java.util.Calendar |
lastModified
|
protected java.util.Calendar |
lastUsed
|
protected double |
north
|
protected double |
pixelPerDegree
|
| Constructor Summary | |
|---|---|
EntryType()
|
|
| Method Summary | |
|---|---|
double |
getEast()
Gets the value of the east property. |
java.lang.String |
getFilename()
Gets the value of the filename property. |
java.util.Calendar |
getLastModified()
Gets the value of the lastModified property. |
java.util.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(java.lang.String value)
Sets the value of the filename property. |
void |
setLastModified(java.util.Calendar value)
Sets the value of the lastModified property. |
void |
setLastUsed(java.util.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double pixelPerDegree
protected double east
protected double north
protected java.util.Calendar lastUsed
protected java.util.Calendar lastModified
protected java.lang.String filename
| Constructor Detail |
|---|
public EntryType()
| Method Detail |
|---|
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 java.util.Calendar getLastUsed()
Stringpublic void setLastUsed(java.util.Calendar value)
value - allowed object is
Stringpublic java.util.Calendar getLastModified()
Stringpublic void setLastModified(java.util.Calendar value)
value - allowed object is
Stringpublic java.lang.String getFilename()
Stringpublic void setFilename(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||