net.opengis.ows_context
Class WindowType

java.lang.Object
  extended by net.opengis.ows_context.WindowType

public class WindowType
extends Object

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

width

protected BigInteger width

height

protected BigInteger height
Constructor Detail

WindowType

public WindowType()
Method Detail

getWidth

public BigInteger getWidth()
Obtient la valeur de la propriété width.

Returns:
possible object is BigInteger

setWidth

public void setWidth(BigInteger value)
Définit la valeur de la propriété width.

Parameters:
value - allowed object is BigInteger

isSetWidth

public boolean isSetWidth()

getHeight

public BigInteger getHeight()
Obtient la valeur de la propriété height.

Returns:
possible object is BigInteger

setHeight

public void setHeight(BigInteger value)
Définit la valeur de la propriété height.

Parameters:
value - allowed object is BigInteger

isSetHeight

public boolean isSetHeight()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.