.. java:import:: java.util ArrayList .. java:import:: java.util List .. java:import:: javax.xml.bind.annotation XmlAccessType .. java:import:: javax.xml.bind.annotation XmlAccessorType .. java:import:: javax.xml.bind.annotation XmlElement .. java:import:: javax.xml.bind.annotation XmlType XmlRunner ========= .. java:package:: edu.cwru.sepia.util.config.xml :noindex: .. java:type:: @XmlAccessorType @XmlType public class XmlRunner Java class for Runner complex type. The following schema fragment specifies the expected content contained within this class. .. parsed-literal:: Fields ------ parameter ^^^^^^^^^ .. java:field:: @XmlElement protected List parameter :outertype: XmlRunner runnerClass ^^^^^^^^^^^ .. java:field:: @XmlElement protected String runnerClass :outertype: XmlRunner Methods ------- getParameter ^^^^^^^^^^^^ .. java:method:: public List getParameter() :outertype: XmlRunner 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: .. parsed-literal:: getParameter().add(newItem); Objects of the following type(s) are allowed in the list \ :java:ref:`XmlKeyValuePair`\ getRunnerClass ^^^^^^^^^^^^^^ .. java:method:: public String getRunnerClass() :outertype: XmlRunner Gets the value of the runnerClass property. :return: possible object is \ :java:ref:`String`\ setRunnerClass ^^^^^^^^^^^^^^ .. java:method:: public void setRunnerClass(String value) :outertype: XmlRunner Sets the value of the runnerClass property. :param value: allowed object is \ :java:ref:`String`\