|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.ParameterExpressionType
public class ParameterExpressionType
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 |
|---|
protected List<Title> title
protected List<Abstract> _abstract
protected List<MetadataType> metadata
protected String name
protected QName type
| Constructor Detail |
|---|
public ParameterExpressionType()
| Method Detail |
|---|
public List<Title> getTitle()
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
public boolean isSetTitle()
public void unsetTitle()
public List<Abstract> getAbstract()
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
public boolean isSetAbstract()
public void unsetAbstract()
public List<MetadataType> getMetadata()
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
public boolean isSetMetadata()
public void unsetMetadata()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public QName getType()
QNamepublic void setType(QName value)
value - allowed object is
QNamepublic boolean isSetType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||