|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v1.generated.Configuration.Db
public static class Configuration.Db
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">
<all>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="users" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
name
|
protected BigInteger |
port
|
protected String |
users
|
| Constructor Summary | |
|---|---|
Configuration.Db()
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name property. |
BigInteger |
getPort()
Gets the value of the port property. |
String |
getUsers()
Gets the value of the users property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPort(BigInteger value)
Sets the value of the port property. |
void |
setUsers(String 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 BigInteger port
protected String name
protected String users
| Constructor Detail |
|---|
public Configuration.Db()
| Method Detail |
|---|
public BigInteger getPort()
BigIntegerpublic void setPort(BigInteger value)
value - allowed object is
BigIntegerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUsers()
Stringpublic void setUsers(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||