public class SearchDatabase extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="local_path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="URL" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="database_name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="orig_database_url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="database_release_date" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="database_release_identifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="size_in_db_entries" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="size_of_residues" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AA"/>
<enumeration value="NA"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
databaseName |
protected XMLGregorianCalendar |
databaseReleaseDate |
protected String |
databaseReleaseIdentifier |
protected String |
localPath |
protected String |
origDatabaseUrl |
protected Integer |
sizeInDbEntries |
protected Integer |
sizeOfResidues |
protected String |
type |
protected String |
url |
| Constructor and Description |
|---|
SearchDatabase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName()
Gets the value of the databaseName property.
|
XMLGregorianCalendar |
getDatabaseReleaseDate()
Gets the value of the databaseReleaseDate property.
|
String |
getDatabaseReleaseIdentifier()
Gets the value of the databaseReleaseIdentifier property.
|
String |
getLocalPath()
Gets the value of the localPath property.
|
String |
getOrigDatabaseUrl()
Gets the value of the origDatabaseUrl property.
|
Integer |
getSizeInDbEntries()
Gets the value of the sizeInDbEntries property.
|
Integer |
getSizeOfResidues()
Gets the value of the sizeOfResidues property.
|
String |
getType()
Gets the value of the type property.
|
String |
getURL()
Gets the value of the url property.
|
void |
setDatabaseName(String value)
Sets the value of the databaseName property.
|
void |
setDatabaseReleaseDate(XMLGregorianCalendar value)
Sets the value of the databaseReleaseDate property.
|
void |
setDatabaseReleaseIdentifier(String value)
Sets the value of the databaseReleaseIdentifier property.
|
void |
setLocalPath(String value)
Sets the value of the localPath property.
|
void |
setOrigDatabaseUrl(String value)
Sets the value of the origDatabaseUrl property.
|
void |
setSizeInDbEntries(Integer value)
Sets the value of the sizeInDbEntries property.
|
void |
setSizeOfResidues(Integer value)
Sets the value of the sizeOfResidues property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setURL(String value)
Sets the value of the url property.
|
protected String localPath
protected String url
protected String databaseName
protected String origDatabaseUrl
protected XMLGregorianCalendar databaseReleaseDate
protected String databaseReleaseIdentifier
protected Integer sizeInDbEntries
protected Integer sizeOfResidues
protected String type
public String getLocalPath()
Stringpublic void setLocalPath(String value)
value - allowed object is
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic String getDatabaseName()
Stringpublic void setDatabaseName(String value)
value - allowed object is
Stringpublic String getOrigDatabaseUrl()
Stringpublic void setOrigDatabaseUrl(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDatabaseReleaseDate()
XMLGregorianCalendarpublic void setDatabaseReleaseDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDatabaseReleaseIdentifier()
Stringpublic void setDatabaseReleaseIdentifier(String value)
value - allowed object is
Stringpublic Integer getSizeInDbEntries()
Stringpublic void setSizeInDbEntries(Integer value)
value - allowed object is
Stringpublic Integer getSizeOfResidues()
Stringpublic void setSizeOfResidues(Integer value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2017. All rights reserved.