net.opengis.wfs._2_1
Class ParameterExpressionType

java.lang.Object
  extended by net.opengis.wfs._2_1.ParameterExpressionType

public class ParameterExpressionType
extends Object

Classe Java pour ParameterExpressionType complex type.

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

 <complexType name="ParameterExpressionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/wfs/2.1}Title" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wfs/2.1}Abstract" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Abstract> _abstract
           
protected  List<MetadataType> metadata
           
protected  String name
           
protected  List<Title> title
           
protected  QName type
           
 
Constructor Summary
ParameterExpressionType()
           
 
Method Summary
 List<Abstract> getAbstract()
          Gets the value of the abstract property.
 List<MetadataType> getMetadata()
          Gets the value of the metadata property.
 String getName()
          Obtient la valeur de la propriété name.
 List<Title> getTitle()
          Gets the value of the title property.
 QName getType()
          Obtient la valeur de la propriété type.
 boolean isSetAbstract()
           
 boolean isSetMetadata()
           
 boolean isSetName()
           
 boolean isSetTitle()
           
 boolean isSetType()
           
 void setName(String value)
          Définit la valeur de la propriété name.
 void setType(QName value)
          Définit la valeur de la propriété type.
 void unsetAbstract()
           
 void unsetMetadata()
           
 void unsetTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected List<Title> title

_abstract

protected List<Abstract> _abstract

metadata

protected List<MetadataType> metadata

name

protected String name

type

protected QName type
Constructor Detail

ParameterExpressionType

public ParameterExpressionType()
Method Detail

getTitle

public List<Title> getTitle()
Gets the value of the title 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 title property.

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

    getTitle().add(newItem);
 

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


isSetTitle

public boolean isSetTitle()

unsetTitle

public void unsetTitle()

getAbstract

public List<Abstract> getAbstract()
Gets the value of the abstract 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 abstract property.

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

    getAbstract().add(newItem);
 

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


isSetAbstract

public boolean isSetAbstract()

unsetAbstract

public void unsetAbstract()

getMetadata

public List<MetadataType> getMetadata()
Gets the value of the metadata 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 metadata property.

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

    getMetadata().add(newItem);
 

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


isSetMetadata

public boolean isSetMetadata()

unsetMetadata

public void unsetMetadata()

getName

public String getName()
Obtient la valeur de la propriété name.

Returns:
possible object is String

setName

public void setName(String value)
Définit la valeur de la propriété name.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getType

public QName getType()
Obtient la valeur de la propriété type.

Returns:
possible object is QName

setType

public void setType(QName value)
Définit la valeur de la propriété type.

Parameters:
value - allowed object is QName

isSetType

public boolean isSetType()


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