|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.wps.provider.jrxml.jaxb.map.metadata.MapMetadata
public class MapMetadata
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="width" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
height
|
protected BigInteger |
width
|
| Constructor Summary | |
|---|---|
MapMetadata()
|
|
| 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 MapMetadata()
| 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||