net.opengis.ows._2
Class Operation

java.lang.Object
  extended by net.opengis.ows._2.Operation

public class Operation
extends Object

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

dcp

protected List<DCP> dcp

parameter

protected List<DomainType> parameter

constraint

protected List<DomainType> constraint

metadata

protected List<MetadataType> metadata

name

protected String name
Constructor Detail

Operation

public Operation()
Method Detail

getDCP

public List<DCP> getDCP()
Unordered list of Distributed Computing Platforms (DCPs) supported for this operation. At present, only the HTTP DCP is defined, so this element will appear only once.Gets the value of the dcp 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 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


isSetDCP

public boolean isSetDCP()

unsetDCP

public void unsetDCP()

getParameter

public List<DomainType> getParameter()
Gets the value of the parameter 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 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


isSetParameter

public boolean isSetParameter()

unsetParameter

public void unsetParameter()

getConstraint

public List<DomainType> getConstraint()
Gets the value of the constraint 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 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


isSetConstraint

public boolean isSetConstraint()

unsetConstraint

public void unsetConstraint()

getMetadata

public List<MetadataType> getMetadata()
Optional unordered list of additional metadata about this operation and its' implementation. A list of required and optional metadata elements for this operation should be specified in the Implementation Specification for this service. (Informative: This metadata might specify the operation request parameters or provide the XML Schemas for the operation request.) 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()


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