public class WmsCacheType extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="projection" type="{http://josm.openstreetmap.de/wms-cache}projection" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="tileSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="totalFileSize" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ProjectionType> |
projection |
protected int |
tileSize |
protected int |
totalFileSize |
Constructor and Description |
---|
WmsCacheType() |
Modifier and Type | Method and Description |
---|---|
List<ProjectionType> |
getProjection()
Gets the value of the projection property.
|
int |
getTileSize()
Gets the value of the tileSize property.
|
int |
getTotalFileSize()
Gets the value of the totalFileSize property.
|
void |
setTileSize(int value)
Sets the value of the tileSize property.
|
void |
setTotalFileSize(int value)
Sets the value of the totalFileSize property.
|
protected List<ProjectionType> projection
protected int tileSize
protected int totalFileSize
public WmsCacheType()
public List<ProjectionType> getProjection()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the projection property.
For example, to add a new item, do as follows:
getProjection().add(newItem);
Objects of the following type(s) are allowed in the list
ProjectionType
public int getTileSize()
public void setTileSize(int value)
public int getTotalFileSize()
public void setTotalFileSize(int value)