|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.DbType
public class DbType
Describe DB configuration.
Example:
Java class for dbType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dbType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="users" type="{http://jasmine.ow2.org/deployme-2.0}dbUsersType" minOccurs="0"/>
</all>
<attribute name="port" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="dbName" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
dbName
|
protected String |
id
|
protected Long |
port
|
protected DbUsersType |
users
|
| Constructor Summary | |
|---|---|
DbType()
|
|
| Method Summary | |
|---|---|
String |
getDbName()
Gets the value of the dbName property. |
String |
getId()
Gets the value of the id property. |
Long |
getPort()
Gets the value of the port property. |
DbUsersType |
getUsers()
Gets the value of the users property. |
void |
setDbName(String value)
Sets the value of the dbName property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPort(Long value)
Sets the value of the port property. |
void |
setUsers(DbUsersType value)
Sets the value of the users property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DbUsersType users
protected Long port
protected String dbName
protected String id
| Constructor Detail |
|---|
public DbType()
| Method Detail |
|---|
public DbUsersType getUsers()
DbUsersTypepublic void setUsers(DbUsersType value)
value - allowed object is
DbUsersTypepublic Long getPort()
Longpublic void setPort(Long value)
value - allowed object is
Longpublic String getDbName()
Stringpublic void setDbName(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||