|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.fes._2.AvailableFunctionType
public class AvailableFunctionType
Classe Java pour AvailableFunctionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AvailableFunctionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}Metadata" minOccurs="0"/>
<element name="Returns" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="Arguments" type="{http://www.opengis.net/fes/2.1}ArgumentsType" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ArgumentsType |
arguments
|
protected MetadataType |
metadata
|
protected String |
name
|
protected QName |
returns
|
| Constructor Summary | |
|---|---|
AvailableFunctionType()
|
|
| Method Summary | |
|---|---|
ArgumentsType |
getArguments()
Obtient la valeur de la propriété arguments. |
MetadataType |
getMetadata()
Obtient la valeur de la propriété metadata. |
String |
getName()
Obtient la valeur de la propriété name. |
QName |
getReturns()
Obtient la valeur de la propriété returns. |
boolean |
isSetArguments()
|
boolean |
isSetMetadata()
|
boolean |
isSetName()
|
boolean |
isSetReturns()
|
void |
setArguments(ArgumentsType value)
Définit la valeur de la propriété arguments. |
void |
setMetadata(MetadataType value)
Définit la valeur de la propriété metadata. |
void |
setName(String value)
Définit la valeur de la propriété name. |
void |
setReturns(QName value)
Définit la valeur de la propriété returns. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MetadataType metadata
protected QName returns
protected ArgumentsType arguments
protected String name
| Constructor Detail |
|---|
public AvailableFunctionType()
| Method Detail |
|---|
public MetadataType getMetadata()
MetadataTypepublic void setMetadata(MetadataType value)
value - allowed object is
MetadataTypepublic boolean isSetMetadata()
public QName getReturns()
QNamepublic void setReturns(QName value)
value - allowed object is
QNamepublic boolean isSetReturns()
public ArgumentsType getArguments()
ArgumentsTypepublic void setArguments(ArgumentsType value)
value - allowed object is
ArgumentsTypepublic boolean isSetArguments()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||