|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.commons.datasource.configuration.WMSDataSourceType.MaxMapDimensions
public static class WMSDataSourceType.MaxMapDimensions
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">
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
height
|
protected BigInteger |
width
|
| Constructor Summary | |
|---|---|
WMSDataSourceType.MaxMapDimensions()
|
|
| Method Summary | |
|---|---|
BigInteger |
getHeight()
Gets the value of the height property. |
BigInteger |
getWidth()
Gets the value of the width property. |
void |
setHeight(BigInteger value)
Sets the value of the height property. |
void |
setWidth(BigInteger value)
Sets the value of the width property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigInteger width
protected BigInteger height
| Constructor Detail |
|---|
public WMSDataSourceType.MaxMapDimensions()
| Method Detail |
|---|
public BigInteger getWidth()
BigIntegerpublic void setWidth(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getHeight()
BigIntegerpublic void setHeight(BigInteger value)
value - allowed object is
BigInteger
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||