org.deegree.services.wps.provider.jrxml.jaxb.process
Class Metadata

java.lang.Object
  extended by org.deegree.services.wps.provider.jrxml.jaxb.process.Metadata

public class Metadata
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 name="template" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parameter" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
                 <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Metadata.Parameter
          Java class for anonymous complex type.
 
Field Summary
protected  String description
           
protected  List<Metadata.Parameter> parameter
           
protected  String template
           
 
Constructor Summary
Metadata()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 List<Metadata.Parameter> getParameter()
          Gets the value of the parameter property.
 String getTemplate()
          Gets the value of the template property.
 void setDescription(String value)
          Sets the value of the description property.
 void setTemplate(String value)
          Sets the value of the template property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template

protected String template

description

protected String description

parameter

protected List<Metadata.Parameter> parameter
Constructor Detail

Metadata

public Metadata()
Method Detail

getTemplate

public String getTemplate()
Gets the value of the template property.

Returns:
possible object is String

setTemplate

public void setTemplate(String value)
Sets the value of the template property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getParameter

public List<Metadata.Parameter> 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 Metadata.Parameter



Copyright © 2011. All Rights Reserved.