net.opengis.se._2_0.core
Class RotateType

java.lang.Object
  extended by net.opengis.se._2_0.core.RotateType

public class RotateType
extends Object

Classe Java pour RotateType complex type.

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

 <complexType name="RotateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}Angle"/>
         <element ref="{http://www.opengis.net/se/2.0/core}X" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Y" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ParameterValueType angle
           
protected  ParameterValueType x
           
protected  ParameterValueType y
           
 
Constructor Summary
RotateType()
           
 
Method Summary
 ParameterValueType getAngle()
          Obtient la valeur de la propriété angle.
 ParameterValueType getX()
          Obtient la valeur de la propriété x.
 ParameterValueType getY()
          Obtient la valeur de la propriété y.
 boolean isSetAngle()
           
 boolean isSetX()
           
 boolean isSetY()
           
 void setAngle(ParameterValueType value)
          Définit la valeur de la propriété angle.
 void setX(ParameterValueType value)
          Définit la valeur de la propriété x.
 void setY(ParameterValueType value)
          Définit la valeur de la propriété y.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

angle

protected ParameterValueType angle

x

protected ParameterValueType x

y

protected ParameterValueType y
Constructor Detail

RotateType

public RotateType()
Method Detail

getAngle

public ParameterValueType getAngle()
Obtient la valeur de la propriété angle.

Returns:
possible object is ParameterValueType

setAngle

public void setAngle(ParameterValueType value)
Définit la valeur de la propriété angle.

Parameters:
value - allowed object is ParameterValueType

isSetAngle

public boolean isSetAngle()

getX

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

Returns:
possible object is ParameterValueType

setX

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

Parameters:
value - allowed object is ParameterValueType

isSetX

public boolean isSetX()

getY

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

Returns:
possible object is ParameterValueType

setY

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

Parameters:
value - allowed object is ParameterValueType

isSetY

public boolean isSetY()


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