|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.OperationsMetadata
public class OperationsMetadata
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}Operation" maxOccurs="unbounded" minOccurs="2"/>
<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}ExtendedCapabilities" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<DomainType> |
constraint
|
protected Object |
extendedCapabilities
|
protected List<Operation> |
operation
|
protected List<DomainType> |
parameter
|
| Constructor Summary | |
|---|---|
OperationsMetadata()
|
|
| Method Summary | |
|---|---|
List<DomainType> |
getConstraint()
Gets the value of the constraint property. |
Object |
getExtendedCapabilities()
Obtient la valeur de la propriété extendedCapabilities. |
List<Operation> |
getOperation()
Metadata for unordered list of all the (requests for) operations that this server interface implements. |
List<DomainType> |
getParameter()
Gets the value of the parameter property. |
boolean |
isSetConstraint()
|
boolean |
isSetExtendedCapabilities()
|
boolean |
isSetOperation()
|
boolean |
isSetParameter()
|
void |
setExtendedCapabilities(Object value)
Définit la valeur de la propriété extendedCapabilities. |
void |
unsetConstraint()
|
void |
unsetOperation()
|
void |
unsetParameter()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Operation> operation
protected List<DomainType> parameter
protected List<DomainType> constraint
protected Object extendedCapabilities
| Constructor Detail |
|---|
public OperationsMetadata()
| Method Detail |
|---|
public List<Operation> getOperation()
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 operation property.
For example, to add a new item, do as follows:
getOperation().add(newItem);
Objects of the following type(s) are allowed in the list
Operation
public boolean isSetOperation()
public void unsetOperation()
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 Object getExtendedCapabilities()
Objectpublic void setExtendedCapabilities(Object value)
value - allowed object is
Objectpublic boolean isSetExtendedCapabilities()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||