|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows_context.WindowType
public class WindowType
Classe Java pour WindowType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="WindowType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="width" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
height
|
protected BigInteger |
width
|
| Constructor Summary | |
|---|---|
WindowType()
|
|
| Method Summary | |
|---|---|
BigInteger |
getHeight()
Obtient la valeur de la propriété height. |
BigInteger |
getWidth()
Obtient la valeur de la propriété width. |
boolean |
isSetHeight()
|
boolean |
isSetWidth()
|
void |
setHeight(BigInteger value)
Définit la valeur de la propriété height. |
void |
setWidth(BigInteger value)
Définit la valeur de la propriété width. |
| 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 WindowType()
| Method Detail |
|---|
public BigInteger getWidth()
BigIntegerpublic void setWidth(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetWidth()
public BigInteger getHeight()
BigIntegerpublic void setHeight(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||