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="{http://icatproject.org}entityBaseBean"> <sequence> <element name="facility" type="{http://icatproject.org}facility" minOccurs="0"/> <element name="jobs" type="{http://icatproject.org}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 Facility |
facility |
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 |
---|---|
Facility |
getFacility()
Gets the value of the facility property.
|
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 |
setFacility(Facility value)
Sets the value of the facility 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, setModTime
protected Facility facility
protected String name
protected String version
public Facility getFacility()
Facility
public void setFacility(Facility value)
value
- allowed object is
Facility
public 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()
String
public void setName(String value)
value
- allowed object is
String
public String getVersion()
String
Copyright © 2022 The ICAT Collaboration. All rights reserved.