|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.jrxml.jaxb.process.JrxmlProcess
public class JrxmlProcess
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 |
---|
protected String jrxml
protected Metadata metadata
protected ResourceBundle resourceBundle
protected List<JrxmlProcess.Subreport> subreport
protected String id
Constructor Detail |
---|
public JrxmlProcess()
Method Detail |
---|
public String getJrxml()
String
public void setJrxml(String value)
value
- allowed object is
String
public Metadata getMetadata()
Metadata
public void setMetadata(Metadata value)
value
- allowed object is
Metadata
public ResourceBundle getResourceBundle()
ResourceBundle
public void setResourceBundle(ResourceBundle value)
value
- allowed object is
ResourceBundle
public List<JrxmlProcess.Subreport> getSubreport()
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
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |