net.opengis.gml
Class AbstractRingPropertyType

java.lang.Object
  extended by net.opengis.gml.AbstractRingPropertyType

public class AbstractRingPropertyType
extends Object

Encapsulates a ring to represent the surface boundary property of a surface.

Classe Java pour AbstractRingPropertyType complex type.

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

 <complexType name="AbstractRingPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}_Ring"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends AbstractRingType> ring
           
 
Constructor Summary
AbstractRingPropertyType()
           
 
Method Summary
 JAXBElement<? extends AbstractRingType> getRing()
          Obtient la valeur de la propriété ring.
 boolean isSetRing()
           
 void setRing(JAXBElement<? extends AbstractRingType> value)
          Définit la valeur de la propriété ring.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ring

protected JAXBElement<? extends AbstractRingType> ring
Constructor Detail

AbstractRingPropertyType

public AbstractRingPropertyType()
Method Detail

getRing

public JAXBElement<? extends AbstractRingType> getRing()
Obtient la valeur de la propriété ring.

Returns:
possible object is JAXBElement<RingType> ARingElement JAXBElement<LinearRingType>

setRing

public void setRing(JAXBElement<? extends AbstractRingType> value)
Définit la valeur de la propriété ring.

Parameters:
value - allowed object is JAXBElement<RingType> ARingElement JAXBElement<LinearRingType>

isSetRing

public boolean isSetRing()


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