|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.Operation
public class Operation
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}DCP" maxOccurs="unbounded"/>
<element name="Parameter" type="{http://www.opengis.net/ows/2.0}DomainType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Constraint" type="{http://www.opengis.net/ows/2.0}DomainType" 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" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<DomainType> |
constraint
|
protected List<DCP> |
dcp
|
protected List<MetadataType> |
metadata
|
protected String |
name
|
protected List<DomainType> |
parameter
|
| Constructor Summary | |
|---|---|
Operation()
|
|
| Method Summary | |
|---|---|
List<DomainType> |
getConstraint()
Gets the value of the constraint property. |
List<DCP> |
getDCP()
Unordered list of Distributed Computing Platforms (DCPs) supported for this operation. |
List<MetadataType> |
getMetadata()
Optional unordered list of additional metadata about this operation and its' implementation. |
String |
getName()
Obtient la valeur de la propriété name. |
List<DomainType> |
getParameter()
Gets the value of the parameter property. |
boolean |
isSetConstraint()
|
boolean |
isSetDCP()
|
boolean |
isSetMetadata()
|
boolean |
isSetName()
|
boolean |
isSetParameter()
|
void |
setName(String value)
Définit la valeur de la propriété name. |
void |
unsetConstraint()
|
void |
unsetDCP()
|
void |
unsetMetadata()
|
void |
unsetParameter()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DCP> dcp
protected List<DomainType> parameter
protected List<DomainType> constraint
protected List<MetadataType> metadata
protected String name
| Constructor Detail |
|---|
public Operation()
| Method Detail |
|---|
public List<DCP> getDCP()
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 dcp property.
For example, to add a new item, do as follows:
getDCP().add(newItem);
Objects of the following type(s) are allowed in the list
DCP
public boolean isSetDCP()
public void unsetDCP()
public List<DomainType> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
DomainType
public boolean isSetParameter()
public void unsetParameter()
public List<DomainType> getConstraint()
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 constraint property.
For example, to add a new item, do as follows:
getConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
DomainType
public boolean isSetConstraint()
public void unsetConstraint()
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||