net.opengis.gml
Class AbstractTopoPrimitiveType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractTopologyType
          extended by net.opengis.gml.AbstractTopoPrimitiveType
Direct Known Subclasses:
EdgeType, FaceType, NodeType, TopoSolidType

public abstract class AbstractTopoPrimitiveType
extends AbstractTopologyType

Classe Java pour AbstractTopoPrimitiveType complex type.

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

 <complexType name="AbstractTopoPrimitiveType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTopologyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}isolated" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}container" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ContainerPropertyType container
           
protected  List<IsolatedPropertyType> isolated
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
AbstractTopoPrimitiveType()
           
 
Method Summary
 ContainerPropertyType getContainer()
          Obtient la valeur de la propriété container.
 List<IsolatedPropertyType> getIsolated()
          Gets the value of the isolated property.
 boolean isSetContainer()
           
 boolean isSetIsolated()
           
 void setContainer(ContainerPropertyType value)
          Définit la valeur de la propriété container.
 void unsetIsolated()
           
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isolated

protected List<IsolatedPropertyType> isolated

container

protected ContainerPropertyType container
Constructor Detail

AbstractTopoPrimitiveType

public AbstractTopoPrimitiveType()
Method Detail

getIsolated

public List<IsolatedPropertyType> getIsolated()
Gets the value of the isolated property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the isolated property.

For example, to add a new item, do as follows:

    getIsolated().add(newItem);
 

Objects of the following type(s) are allowed in the list IsolatedPropertyType


isSetIsolated

public boolean isSetIsolated()

unsetIsolated

public void unsetIsolated()

getContainer

public ContainerPropertyType getContainer()
Obtient la valeur de la propriété container.

Returns:
possible object is ContainerPropertyType

setContainer

public void setContainer(ContainerPropertyType value)
Définit la valeur de la propriété container.

Parameters:
value - allowed object is ContainerPropertyType

isSetContainer

public boolean isSetContainer()


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