public class DatabaseRefreshTimestamp 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="database" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="min_num_enz_term" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
database |
protected Integer |
minNumEnzTerm |
| Constructor and Description |
|---|
DatabaseRefreshTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabase()
Gets the value of the database property.
|
Integer |
getMinNumEnzTerm()
Gets the value of the minNumEnzTerm property.
|
void |
setDatabase(String value)
Sets the value of the database property.
|
void |
setMinNumEnzTerm(Integer value)
Sets the value of the minNumEnzTerm property.
|
public String getDatabase()
Stringpublic void setDatabase(String value)
value - allowed object is
Stringpublic Integer getMinNumEnzTerm()
StringCopyright © 2017. All rights reserved.