|
||||||||||
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.JrxmlProcesses
public class JrxmlProcesses
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.deegree.org/processes/jrxml}JrxmlProcess" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="0.1.0" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
configVersion
|
protected List<JrxmlProcess> |
jrxmlProcess
|
Constructor Summary | |
---|---|
JrxmlProcesses()
|
Method Summary | |
---|---|
String |
getConfigVersion()
Gets the value of the configVersion property. |
List<JrxmlProcess> |
getJrxmlProcess()
Gets the value of the jrxmlProcess property. |
void |
setConfigVersion(String value)
Sets the value of the configVersion property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<JrxmlProcess> jrxmlProcess
protected String configVersion
Constructor Detail |
---|
public JrxmlProcesses()
Method Detail |
---|
public List<JrxmlProcess> getJrxmlProcess()
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 jrxmlProcess property.
For example, to add a new item, do as follows:
getJrxmlProcess().add(newItem);
Objects of the following type(s) are allowed in the list
JrxmlProcess
public String getConfigVersion()
String
public void setConfigVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |