deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

org.deegree.portal.cataloguemanager.model
Class SVOperationMetadata

java.lang.Object
  extended by org.deegree.portal.cataloguemanager.model.SVOperationMetadata

public class SVOperationMetadata
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.isotc211.org/2005/srv}operationName"/>
         <element ref="{http://www.isotc211.org/2005/srv}DCP" maxOccurs="unbounded"/>
         <element ref="{http://www.isotc211.org/2005/srv}parameters" maxOccurs="unbounded"/>
         <element ref="{http://www.isotc211.org/2005/srv}connectPoint" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ConnectPoint> connectPoint
           
protected  List<DCP> dcp
           
protected  OperationName operationName
           
protected  List<Parameters> parameters
           
 
Constructor Summary
SVOperationMetadata()
           
 
Method Summary
 List<ConnectPoint> getConnectPoint()
          Gets the value of the connectPoint property.
 List<DCP> getDCP()
          Gets the value of the dcp property.
 OperationName getOperationName()
          Gets the value of the operationName property.
 List<Parameters> getParameters()
          Gets the value of the parameters property.
 void setOperationName(OperationName value)
          Sets the value of the operationName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operationName

protected OperationName operationName

dcp

protected List<DCP> dcp

parameters

protected List<Parameters> parameters

connectPoint

protected List<ConnectPoint> connectPoint
Constructor Detail

SVOperationMetadata

public SVOperationMetadata()
Method Detail

getOperationName

public OperationName getOperationName()
Gets the value of the operationName property.

Returns:
possible object is OperationName

setOperationName

public void setOperationName(OperationName value)
Sets the value of the operationName property.

Parameters:
value - allowed object is OperationName

getDCP

public List<DCP> getDCP()
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


getParameters

public List<Parameters> getParameters()
Gets the value of the parameters 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 parameters property.

For example, to add a new item, do as follows:

    getParameters().add(newItem);
 

Objects of the following type(s) are allowed in the list Parameters


getConnectPoint

public List<ConnectPoint> getConnectPoint()
Gets the value of the connectPoint 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 connectPoint property.

For example, to add a new item, do as follows:

    getConnectPoint().add(newItem);
 

Objects of the following type(s) are allowed in the list ConnectPoint


deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org