net.opengis.gml
Class DirectedTopoSolidPropertyType

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

public class DirectedTopoSolidPropertyType
extends Object

Classe Java pour DirectedTopoSolidPropertyType complex type.

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

 <complexType name="DirectedTopoSolidPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element ref="{http://www.opengis.net/gml}TopoSolid"/>
       </sequence>
       <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
       <attribute name="orientation" type="{http://www.opengis.net/gml}SignType" default="+" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ActuateType actuate
           
protected  String arcrole
           
protected  String href
           
protected  SignType orientation
           
protected  String remoteSchema
           
protected  String role
           
protected  ShowType show
           
protected  String title
           
protected  TopoSolidType topoSolid
           
static TypeType TYPE
           
 
Constructor Summary
DirectedTopoSolidPropertyType()
           
 
Method Summary
 ActuateType getActuate()
          Obtient la valeur de la propriété actuate.
 String getArcrole()
          Obtient la valeur de la propriété arcrole.
 String getHref()
          Obtient la valeur de la propriété href.
 SignType getOrientation()
          Obtient la valeur de la propriété orientation.
 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.
 TopoSolidType getTopoSolid()
          Obtient la valeur de la propriété topoSolid.
 boolean isSetActuate()
           
 boolean isSetArcrole()
           
 boolean isSetHref()
           
 boolean isSetOrientation()
           
 boolean isSetRemoteSchema()
           
 boolean isSetRole()
           
 boolean isSetShow()
           
 boolean isSetTitle()
           
 boolean isSetTopoSolid()
           
 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 setHref(String value)
          Définit la valeur de la propriété href.
 void setOrientation(SignType value)
          Définit la valeur de la propriété orientation.
 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.
 void setTopoSolid(TopoSolidType value)
          Définit la valeur de la propriété topoSolid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topoSolid

protected TopoSolidType topoSolid

orientation

protected SignType orientation

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

DirectedTopoSolidPropertyType

public DirectedTopoSolidPropertyType()
Method Detail

getTopoSolid

public TopoSolidType getTopoSolid()
Obtient la valeur de la propriété topoSolid.

Returns:
possible object is TopoSolidType

setTopoSolid

public void setTopoSolid(TopoSolidType value)
Définit la valeur de la propriété topoSolid.

Parameters:
value - allowed object is TopoSolidType

isSetTopoSolid

public boolean isSetTopoSolid()

getOrientation

public SignType getOrientation()
Obtient la valeur de la propriété orientation.

Returns:
possible object is SignType

setOrientation

public void setOrientation(SignType value)
Définit la valeur de la propriété orientation.

Parameters:
value - allowed object is SignType

isSetOrientation

public boolean isSetOrientation()

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.