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

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

public class JrxmlProcess
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="jrxml" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element ref="{http://www.deegree.org/processes/jrxml}Metadata" minOccurs="0"/>
         <element ref="{http://www.deegree.org/processes/jrxml}ResourceBundle" minOccurs="0"/>
         <element name="subreport" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
                 <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class JrxmlProcess.Subreport
          The reference to the subreport, must be a jrxml file.
 
Field Summary
protected  String id
           
protected  String jrxml
           
protected  Metadata metadata
           
protected  ResourceBundle resourceBundle
           
protected  List<JrxmlProcess.Subreport> subreport
           
 
Constructor Summary
JrxmlProcess()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 String getJrxml()
          Gets the value of the jrxml property.
 Metadata getMetadata()
          Gets the value of the metadata property.
 ResourceBundle getResourceBundle()
          Gets the value of the resourceBundle property.
 List<JrxmlProcess.Subreport> getSubreport()
          Gets the value of the subreport property.
 void setId(String value)
          Sets the value of the id property.
 void setJrxml(String value)
          Sets the value of the jrxml property.
 void setMetadata(Metadata value)
          Sets the value of the metadata property.
 void setResourceBundle(ResourceBundle value)
          Sets the value of the resourceBundle property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jrxml

protected String jrxml

metadata

protected Metadata metadata

resourceBundle

protected ResourceBundle resourceBundle

subreport

protected List<JrxmlProcess.Subreport> subreport

id

protected String id
Constructor Detail

JrxmlProcess

public JrxmlProcess()
Method Detail

getJrxml

public String getJrxml()
Gets the value of the jrxml property.

Returns:
possible object is String

setJrxml

public void setJrxml(String value)
Sets the value of the jrxml property.

Parameters:
value - allowed object is String

getMetadata

public Metadata getMetadata()
Gets the value of the metadata property.

Returns:
possible object is Metadata

setMetadata

public void setMetadata(Metadata value)
Sets the value of the metadata property.

Parameters:
value - allowed object is Metadata

getResourceBundle

public ResourceBundle getResourceBundle()
Gets the value of the resourceBundle property.

Returns:
possible object is ResourceBundle

setResourceBundle

public void setResourceBundle(ResourceBundle value)
Sets the value of the resourceBundle property.

Parameters:
value - allowed object is ResourceBundle

getSubreport

public List<JrxmlProcess.Subreport> getSubreport()
Gets the value of the subreport 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 subreport property.

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

    getSubreport().add(newItem);
 

Objects of the following type(s) are allowed in the list JrxmlProcess.Subreport


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.