|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.fes._2.ArgumentType
public class ArgumentType
Classe Java pour ArgumentType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ArgumentType">
<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="Type" type="{http://www.w3.org/2001/XMLSchema}QName"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected MetadataType |
metadata
|
protected String |
name
|
protected QName |
type
|
| Constructor Summary | |
|---|---|
ArgumentType()
|
|
| Method Summary | |
|---|---|
MetadataType |
getMetadata()
Obtient la valeur de la propriété metadata. |
String |
getName()
Obtient la valeur de la propriété name. |
QName |
getType()
Obtient la valeur de la propriété type. |
boolean |
isSetMetadata()
|
boolean |
isSetName()
|
boolean |
isSetType()
|
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 |
setType(QName value)
Définit la valeur de la propriété type. |
| 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 type
protected String name
| Constructor Detail |
|---|
public ArgumentType()
| Method Detail |
|---|
public MetadataType getMetadata()
MetadataTypepublic void setMetadata(MetadataType value)
value - allowed object is
MetadataTypepublic boolean isSetMetadata()
public QName getType()
QNamepublic void setType(QName value)
value - allowed object is
QNamepublic boolean isSetType()
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 | |||||||||