Package org.icatproject
Class DatafileFormat
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.DatafileFormat
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Datafile>datafilesprotected Stringdescriptionprotected Facilityfacilityprotected Stringnameprotected Stringtypeprotected Stringversion-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description DatafileFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Datafile>getDatafiles()Gets the value of the datafiles property.StringgetDescription()Gets the value of the description property.FacilitygetFacility()Gets the value of the facility property.StringgetName()Gets the value of the name property.StringgetType()Gets the value of the type property.StringgetVersion()Gets the value of the version property.voidsetDescription(String value)Sets the value of the description property.voidsetFacility(Facility value)Sets the value of the facility property.voidsetName(String value)Sets the value of the name property.voidsetType(String value)Sets the value of the type property.voidsetVersion(String value)Sets the value of the version property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Method Detail
-
getDatafiles
public List<Datafile> getDatafiles()
Gets the value of the datafiles 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getFacility
public Facility getFacility()
Gets the value of the facility property.- Returns:
- possible object is
Facility
-
setFacility
public void setFacility(Facility value)
Sets the value of the facility property.- Parameters:
value- allowed object isFacility
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
-