public class SearchDatabaseType extends ExternalDataType
Java class for SearchDatabaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchDatabaseType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}ExternalDataType">
<sequence>
<element name="DatabaseName" type="{http://psidev.info/psi/pi/mzIdentML/1.2}ParamType"/>
<element name="cvParam" type="{http://psidev.info/psi/pi/mzIdentML/1.2}CVParamType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="releaseDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="numDatabaseSequences" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="numResidues" type="{http://www.w3.org/2001/XMLSchema}long" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CVParamType> |
cvParam |
protected ParamType |
databaseName |
protected long |
numDatabaseSequences |
protected long |
numResidues |
protected XMLGregorianCalendar |
releaseDate |
protected String |
version |
externalFormatDocumentation, fileFormat, locationid, name| Constructor and Description |
|---|
SearchDatabaseType() |
| Modifier and Type | Method and Description |
|---|---|
List<CVParamType> |
getCvParam()
Gets the value of the cvParam property.
|
ParamType |
getDatabaseName()
Gets the value of the databaseName property.
|
long |
getNumDatabaseSequences()
Gets the value of the numDatabaseSequences property.
|
long |
getNumResidues()
Gets the value of the numResidues property.
|
XMLGregorianCalendar |
getReleaseDate()
Gets the value of the releaseDate property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setDatabaseName(ParamType value)
Sets the value of the databaseName property.
|
void |
setNumDatabaseSequences(long value)
Sets the value of the numDatabaseSequences property.
|
void |
setNumResidues(long value)
Sets the value of the numResidues property.
|
void |
setReleaseDate(XMLGregorianCalendar value)
Sets the value of the releaseDate property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getExternalFormatDocumentation, getFileFormat, getLocation, setExternalFormatDocumentation, setFileFormat, setLocationgetId, getName, setId, setNameprotected ParamType databaseName
protected List<CVParamType> cvParam
protected String version
protected XMLGregorianCalendar releaseDate
protected long numDatabaseSequences
protected long numResidues
public ParamType getDatabaseName()
ParamTypepublic void setDatabaseName(ParamType value)
value - allowed object is
ParamTypepublic List<CVParamType> getCvParam()
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 cvParam property.
For example, to add a new item, do as follows:
getCvParam().add(newItem);
Objects of the following type(s) are allowed in the list
CVParamType
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getReleaseDate()
XMLGregorianCalendarpublic void setReleaseDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic long getNumDatabaseSequences()
public void setNumDatabaseSequences(long value)
public long getNumResidues()
public void setNumResidues(long value)
Copyright © 2017. All rights reserved.