org.ow2.jasmine.deployme.v1.generated
Class Configuration.Db

java.lang.Object
  extended by org.ow2.jasmine.deployme.v1.generated.Configuration.Db
Enclosing class:
Configuration

public static class Configuration.Db
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">
       <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

port

protected BigInteger port

name

protected String name

users

protected String users
Constructor Detail

Configuration.Db

public Configuration.Db()
Method Detail

getPort

public BigInteger getPort()
Gets the value of the port property.

Returns:
possible object is BigInteger

setPort

public void setPort(BigInteger value)
Sets the value of the port property.

Parameters:
value - allowed object is BigInteger

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getUsers

public String getUsers()
Gets the value of the users property.

Returns:
possible object is String

setUsers

public void setUsers(String value)
Sets the value of the users property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.