net.opengis.gml
Class LocationPropertyType

java.lang.Object
  extended by net.opengis.gml.LocationPropertyType
Direct Known Subclasses:
PriorityLocationPropertyType

public class LocationPropertyType
extends Object

Deprecated in GML 3.1.0

Classe Java pour LocationPropertyType complex type.

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

 <complexType name="LocationPropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <choice>
           <element ref="{http://www.opengis.net/gml}_Geometry"/>
           <element ref="{http://www.opengis.net/gml}LocationKeyWord"/>
           <element ref="{http://www.opengis.net/gml}LocationString"/>
           <element ref="{http://www.opengis.net/gml}Null"/>
         </choice>
       </sequence>
       <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> _null
           
protected  ActuateType actuate
           
protected  String arcrole
           
protected  JAXBElement<? extends AbstractGeometryType> geometry
           
protected  String href
           
protected  CodeType locationKeyWord
           
protected  StringOrRefType locationString
           
protected  String remoteSchema
           
protected  String role
           
protected  ShowType show
           
protected  String title
           
static TypeType TYPE
           
 
Constructor Summary
LocationPropertyType()
           
 
Method Summary
 ActuateType getActuate()
          Obtient la valeur de la propriété actuate.
 String getArcrole()
          Obtient la valeur de la propriété arcrole.
 JAXBElement<? extends AbstractGeometryType> getGeometry()
          Obtient la valeur de la propriété geometry.
 String getHref()
          Obtient la valeur de la propriété href.
 CodeType getLocationKeyWord()
          Obtient la valeur de la propriété locationKeyWord.
 StringOrRefType getLocationString()
          Obtient la valeur de la propriété locationString.
 List<String> getNull()
          Gets the value of the null property.
 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 isSetGeometry()
           
 boolean isSetHref()
           
 boolean isSetLocationKeyWord()
           
 boolean isSetLocationString()
           
 boolean isSetNull()
           
 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 setGeometry(JAXBElement<? extends AbstractGeometryType> value)
          Définit la valeur de la propriété geometry.
 void setHref(String value)
          Définit la valeur de la propriété href.
 void setLocationKeyWord(CodeType value)
          Définit la valeur de la propriété locationKeyWord.
 void setLocationString(StringOrRefType value)
          Définit la valeur de la propriété locationString.
 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 unsetNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

geometry

protected JAXBElement<? extends AbstractGeometryType> geometry

locationKeyWord

protected CodeType locationKeyWord

locationString

protected StringOrRefType locationString

_null

protected List<String> _null

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

LocationPropertyType

public LocationPropertyType()
Method Detail

getGeometry

public JAXBElement<? extends AbstractGeometryType> getGeometry()
Obtient la valeur de la propriété geometry.

Returns:
possible object is JAXBElement<MultiPointType> ARingElement JAXBElement<AbstractGeometricPrimitiveType> JAXBElement<TinType> JAXBElement<LineStringType> JAXBElement<AbstractGeometryType> JAXBElement<TriangulatedSurfaceType> JAXBElement<LinearRingType> JAXBElement<RectifiedGridType> JAXBElement<AbstractGeometricAggregateType> JAXBElement<GridType> JAXBElement<OrientableSurfaceType> JAXBElement<MultiPolygonType> JAXBElement<SurfaceType> JAXBElement<OrientableCurveType> ASolidElement JAXBElement<PolyhedralSurfaceType> JAXBElement<MultiCurveType> JAXBElement<PolygonType> JAXBElement<CurveType> JAXBElement<CompositeCurveType> JAXBElement<MultiLineStringType> JAXBElement<SolidType> ASurfaceElement JAXBElement<PointType> JAXBElement<GeometricComplexType> JAXBElement<MultiSolidType> JAXBElement<AbstractGeometryType> JAXBElement<MultiGeometryType> JAXBElement<CompositeSurfaceType> JAXBElement<RingType> JAXBElement<MultiSurfaceType> ACurveElement JAXBElement<CompositeSolidType>

setGeometry

public void setGeometry(JAXBElement<? extends AbstractGeometryType> value)
Définit la valeur de la propriété geometry.

Parameters:
value - allowed object is JAXBElement<MultiPointType> ARingElement JAXBElement<AbstractGeometricPrimitiveType> JAXBElement<TinType> JAXBElement<LineStringType> JAXBElement<AbstractGeometryType> JAXBElement<TriangulatedSurfaceType> JAXBElement<LinearRingType> JAXBElement<RectifiedGridType> JAXBElement<AbstractGeometricAggregateType> JAXBElement<GridType> JAXBElement<OrientableSurfaceType> JAXBElement<MultiPolygonType> JAXBElement<SurfaceType> JAXBElement<OrientableCurveType> ASolidElement JAXBElement<PolyhedralSurfaceType> JAXBElement<MultiCurveType> JAXBElement<PolygonType> JAXBElement<CurveType> JAXBElement<CompositeCurveType> JAXBElement<MultiLineStringType> JAXBElement<SolidType> ASurfaceElement JAXBElement<PointType> JAXBElement<GeometricComplexType> JAXBElement<MultiSolidType> JAXBElement<AbstractGeometryType> JAXBElement<MultiGeometryType> JAXBElement<CompositeSurfaceType> JAXBElement<RingType> JAXBElement<MultiSurfaceType> ACurveElement JAXBElement<CompositeSolidType>

isSetGeometry

public boolean isSetGeometry()

getLocationKeyWord

public CodeType getLocationKeyWord()
Obtient la valeur de la propriété locationKeyWord.

Returns:
possible object is CodeType

setLocationKeyWord

public void setLocationKeyWord(CodeType value)
Définit la valeur de la propriété locationKeyWord.

Parameters:
value - allowed object is CodeType

isSetLocationKeyWord

public boolean isSetLocationKeyWord()

getLocationString

public StringOrRefType getLocationString()
Obtient la valeur de la propriété locationString.

Returns:
possible object is StringOrRefType

setLocationString

public void setLocationString(StringOrRefType value)
Définit la valeur de la propriété locationString.

Parameters:
value - allowed object is StringOrRefType

isSetLocationString

public boolean isSetLocationString()

getNull

public List<String> getNull()
Gets the value of the null 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 null property.

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

    getNull().add(newItem);
 

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


isSetNull

public boolean isSetNull()

unsetNull

public void unsetNull()

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.