public class Database extends Object implements Serializable, IDataObject
Java class for databaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="databaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="release" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="release_date" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="entry_count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="entries" type="{}entriesType"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Entries |
entries |
protected Integer |
entryCount |
protected String |
name |
protected String |
release |
protected String |
releaseDate |
| Constructor and Description |
|---|
Database() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
Entries |
getEntries()
Gets the value of the entries property.
|
Integer |
getEntryCount()
Gets the value of the entryCount property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRelease()
Gets the value of the release property.
|
String |
getReleaseDate()
Gets the value of the releaseDate property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEntries(Entries value)
Sets the value of the entries property.
|
void |
setEntries(List<Entry> entries) |
void |
setEntryCount(Integer value)
Sets the value of the entryCount property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRelease(String value)
Sets the value of the release property.
|
void |
setReleaseDate(String value)
Sets the value of the releaseDate property.
|
protected String name
protected String description
protected String release
protected String releaseDate
protected Integer entryCount
protected Entries entries
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getRelease()
Stringpublic void setRelease(String value)
value - allowed object is
Stringpublic String getReleaseDate()
Stringpublic void setReleaseDate(String value)
value - allowed object is
Stringpublic Integer getEntryCount()
Integerpublic void setEntryCount(Integer value)
value - allowed object is
Integerpublic Entries getEntries()
Entriespublic void setEntries(Entries value)
value - allowed object is
EntriesCopyright © 2019. All Rights Reserved.