net.opengis.kml._2_2_0
Class Vec2Type

java.lang.Object
  extended by net.opengis.kml._2_2_0.Vec2Type

public class Vec2Type
extends Object

Classe Java pour vec2Type complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="vec2Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}double" default="1.0" />
       <attribute name="y" type="{http://www.w3.org/2001/XMLSchema}double" default="1.0" />
       <attribute name="xunits" type="{http://www.opengis.net/kml/2.2}unitsEnumType" default="fraction" />
       <attribute name="yunits" type="{http://www.opengis.net/kml/2.2}unitsEnumType" default="fraction" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double x
           
protected  UnitsEnumType xunits
           
protected  Double y
           
protected  UnitsEnumType yunits
           
 
Constructor Summary
Vec2Type()
           
 
Method Summary
 double getX()
          Obtient la valeur de la propriété x.
 UnitsEnumType getXunits()
          Obtient la valeur de la propriété xunits.
 double getY()
          Obtient la valeur de la propriété y.
 UnitsEnumType getYunits()
          Obtient la valeur de la propriété yunits.
 boolean isSetX()
           
 boolean isSetXunits()
           
 boolean isSetY()
           
 boolean isSetYunits()
           
 void setX(double value)
          Définit la valeur de la propriété x.
 void setXunits(UnitsEnumType value)
          Définit la valeur de la propriété xunits.
 void setY(double value)
          Définit la valeur de la propriété y.
 void setYunits(UnitsEnumType value)
          Définit la valeur de la propriété yunits.
 void unsetX()
           
 void unsetY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected Double x

y

protected Double y

xunits

protected UnitsEnumType xunits

yunits

protected UnitsEnumType yunits
Constructor Detail

Vec2Type

public Vec2Type()
Method Detail

getX

public double getX()
Obtient la valeur de la propriété x.

Returns:
possible object is Double

setX

public void setX(double value)
Définit la valeur de la propriété x.

Parameters:
value - allowed object is Double

isSetX

public boolean isSetX()

unsetX

public void unsetX()

getY

public double getY()
Obtient la valeur de la propriété y.

Returns:
possible object is Double

setY

public void setY(double value)
Définit la valeur de la propriété y.

Parameters:
value - allowed object is Double

isSetY

public boolean isSetY()

unsetY

public void unsetY()

getXunits

public UnitsEnumType getXunits()
Obtient la valeur de la propriété xunits.

Returns:
possible object is UnitsEnumType

setXunits

public void setXunits(UnitsEnumType value)
Définit la valeur de la propriété xunits.

Parameters:
value - allowed object is UnitsEnumType

isSetXunits

public boolean isSetXunits()

getYunits

public UnitsEnumType getYunits()
Obtient la valeur de la propriété yunits.

Returns:
possible object is UnitsEnumType

setYunits

public void setYunits(UnitsEnumType value)
Définit la valeur de la propriété yunits.

Parameters:
value - allowed object is UnitsEnumType

isSetYunits

public boolean isSetYunits()


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