net.opengis.gml
Class GeometricComplexPropertyType

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

public class GeometricComplexPropertyType
extends Object

A property that has a geometric complex as its value domain can either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element must be given, but neither both nor none. NOTE: The allowed geometry elements contained in such a property (or referenced by it) have to be modelled by an XML Schema choice element since the composites inherit both from geometric complex *and* geometric primitive and are already part of the _GeometricPrimitive substitution group.

Classe Java pour GeometricComplexPropertyType complex type.

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

 <complexType name="GeometricComplexPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <choice>
           <element ref="{http://www.opengis.net/gml}GeometricComplex"/>
           <element ref="{http://www.opengis.net/gml}CompositeCurve"/>
           <element ref="{http://www.opengis.net/gml}CompositeSurface"/>
           <element ref="{http://www.opengis.net/gml}CompositeSolid"/>
         </choice>
       </sequence>
       <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ActuateType actuate
           
protected  String arcrole
           
protected  CompositeCurveType compositeCurve
           
protected  CompositeSolidType compositeSolid
           
protected  CompositeSurfaceType compositeSurface
           
protected  GeometricComplexType geometricComplex
           
protected  String href
           
protected  String remoteSchema
           
protected  String role
           
protected  ShowType show
           
protected  String title
           
static TypeType TYPE
           
 
Constructor Summary
GeometricComplexPropertyType()
           
 
Method Summary
 ActuateType getActuate()
          Obtient la valeur de la propriété actuate.
 String getArcrole()
          Obtient la valeur de la propriété arcrole.
 CompositeCurveType getCompositeCurve()
          Obtient la valeur de la propriété compositeCurve.
 CompositeSolidType getCompositeSolid()
          Obtient la valeur de la propriété compositeSolid.
 CompositeSurfaceType getCompositeSurface()
          Obtient la valeur de la propriété compositeSurface.
 GeometricComplexType getGeometricComplex()
          Obtient la valeur de la propriété geometricComplex.
 String getHref()
          Obtient la valeur de la propriété href.
 String getRemoteSchema()
          Obtient la valeur de la propriété remoteSchema.
 String getRole()
          Obtient la valeur de la propriété role.
 ShowType getShow()
          Obtient la valeur de la propriété show.
 String getTitle()
          Obtient la valeur de la propriété title.
 boolean isSetActuate()
           
 boolean isSetArcrole()
           
 boolean isSetCompositeCurve()
           
 boolean isSetCompositeSolid()
           
 boolean isSetCompositeSurface()
           
 boolean isSetGeometricComplex()
           
 boolean isSetHref()
           
 boolean isSetRemoteSchema()
           
 boolean isSetRole()
           
 boolean isSetShow()
           
 boolean isSetTitle()
           
 void setActuate(ActuateType value)
          Définit la valeur de la propriété actuate.
 void setArcrole(String value)
          Définit la valeur de la propriété arcrole.
 void setCompositeCurve(CompositeCurveType value)
          Définit la valeur de la propriété compositeCurve.
 void setCompositeSolid(CompositeSolidType value)
          Définit la valeur de la propriété compositeSolid.
 void setCompositeSurface(CompositeSurfaceType value)
          Définit la valeur de la propriété compositeSurface.
 void setGeometricComplex(GeometricComplexType value)
          Définit la valeur de la propriété geometricComplex.
 void setHref(String value)
          Définit la valeur de la propriété href.
 void setRemoteSchema(String value)
          Définit la valeur de la propriété remoteSchema.
 void setRole(String value)
          Définit la valeur de la propriété role.
 void setShow(ShowType value)
          Définit la valeur de la propriété show.
 void setTitle(String value)
          Définit la valeur de la propriété title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

geometricComplex

protected GeometricComplexType geometricComplex

compositeCurve

protected CompositeCurveType compositeCurve

compositeSurface

protected CompositeSurfaceType compositeSurface

compositeSolid

protected CompositeSolidType compositeSolid

remoteSchema

protected String remoteSchema

TYPE

public static final TypeType TYPE

href

protected String href

role

protected String role

arcrole

protected String arcrole

title

protected String title

show

protected ShowType show

actuate

protected ActuateType actuate
Constructor Detail

GeometricComplexPropertyType

public GeometricComplexPropertyType()
Method Detail

getGeometricComplex

public GeometricComplexType getGeometricComplex()
Obtient la valeur de la propriété geometricComplex.

Returns:
possible object is GeometricComplexType

setGeometricComplex

public void setGeometricComplex(GeometricComplexType value)
Définit la valeur de la propriété geometricComplex.

Parameters:
value - allowed object is GeometricComplexType

isSetGeometricComplex

public boolean isSetGeometricComplex()

getCompositeCurve

public CompositeCurveType getCompositeCurve()
Obtient la valeur de la propriété compositeCurve.

Returns:
possible object is CompositeCurveType

setCompositeCurve

public void setCompositeCurve(CompositeCurveType value)
Définit la valeur de la propriété compositeCurve.

Parameters:
value - allowed object is CompositeCurveType

isSetCompositeCurve

public boolean isSetCompositeCurve()

getCompositeSurface

public CompositeSurfaceType getCompositeSurface()
Obtient la valeur de la propriété compositeSurface.

Returns:
possible object is CompositeSurfaceType

setCompositeSurface

public void setCompositeSurface(CompositeSurfaceType value)
Définit la valeur de la propriété compositeSurface.

Parameters:
value - allowed object is CompositeSurfaceType

isSetCompositeSurface

public boolean isSetCompositeSurface()

getCompositeSolid

public CompositeSolidType getCompositeSolid()
Obtient la valeur de la propriété compositeSolid.

Returns:
possible object is CompositeSolidType

setCompositeSolid

public void setCompositeSolid(CompositeSolidType value)
Définit la valeur de la propriété compositeSolid.

Parameters:
value - allowed object is CompositeSolidType

isSetCompositeSolid

public boolean isSetCompositeSolid()

getRemoteSchema

public String getRemoteSchema()
Obtient la valeur de la propriété remoteSchema.

Returns:
possible object is String

setRemoteSchema

public void setRemoteSchema(String value)
Définit la valeur de la propriété remoteSchema.

Parameters:
value - allowed object is String

isSetRemoteSchema

public boolean isSetRemoteSchema()

getHref

public String getHref()
Obtient la valeur de la propriété href.

Returns:
possible object is String

setHref

public void setHref(String value)
Définit la valeur de la propriété href.

Parameters:
value - allowed object is String

isSetHref

public boolean isSetHref()

getRole

public String getRole()
Obtient la valeur de la propriété role.

Returns:
possible object is String

setRole

public void setRole(String value)
Définit la valeur de la propriété role.

Parameters:
value - allowed object is String

isSetRole

public boolean isSetRole()

getArcrole

public String getArcrole()
Obtient la valeur de la propriété arcrole.

Returns:
possible object is String

setArcrole

public void setArcrole(String value)
Définit la valeur de la propriété arcrole.

Parameters:
value - allowed object is String

isSetArcrole

public boolean isSetArcrole()

getTitle

public String getTitle()
Obtient la valeur de la propriété title.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Définit la valeur de la propriété title.

Parameters:
value - allowed object is String

isSetTitle

public boolean isSetTitle()

getShow

public ShowType getShow()
Obtient la valeur de la propriété show.

Returns:
possible object is ShowType

setShow

public void setShow(ShowType value)
Définit la valeur de la propriété show.

Parameters:
value - allowed object is ShowType

isSetShow

public boolean isSetShow()

getActuate

public ActuateType getActuate()
Obtient la valeur de la propriété actuate.

Returns:
possible object is ActuateType

setActuate

public void setActuate(ActuateType value)
Définit la valeur de la propriété actuate.

Parameters:
value - allowed object is ActuateType

isSetActuate

public boolean isSetActuate()


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