org.ow2.jasmine.deployme.v2.generated
Class DbType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.DbType

public class DbType
extends Object

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

users

protected DbUsersType users

port

protected Long port

dbName

protected String dbName

id

protected String id
Constructor Detail

DbType

public DbType()
Method Detail

getUsers

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

Returns:
possible object is DbUsersType

setUsers

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

Parameters:
value - allowed object is DbUsersType

getPort

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

Returns:
possible object is Long

setPort

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

Parameters:
value - allowed object is Long

getDbName

public String getDbName()
Gets the value of the dbName property.

Returns:
possible object is String

setDbName

public void setDbName(String value)
Sets the value of the dbName property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.