public class Application extends EntityBaseBean
Java class for application complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="application">
   <complexContent>
     <extension base="{client.icat3.uk}entityBaseBean">
       <sequence>
         <element name="jobs" type="{client.icat3.uk}job" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected List<Job> | jobs | 
| protected String | name | 
| protected String | version | 
createId, createTime, id, modId, modTime| Constructor and Description | 
|---|
| Application() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Job> | getJobs()Gets the value of the jobs property. | 
| String | getName()Gets the value of the name property. | 
| String | getVersion()Gets the value of the version property. | 
| void | setName(String value)Sets the value of the name property. | 
| void | setVersion(String value)Sets the value of the version property. | 
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimepublic List<Job> getJobs()
 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 jobs property.
 
 
For example, to add a new item, do as follows:
    getJobs().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 Job
public String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic String getVersion()
StringCopyright © 2012 The ICAT Collaboration. All Rights Reserved.