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