org.ow2.jasmine.deployme.generated
Class Configuration.ActiveServices.Db
java.lang.Object
org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Db
- Enclosing class:
- Configuration.ActiveServices
public static class Configuration.ActiveServices.Db
- extends java.lang.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"/>
</all>
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected java.math.BigInteger |
port
|
|
Method Summary |
java.math.BigInteger |
getPort()
Gets the value of the port property. |
void |
setPort(java.math.BigInteger value)
Sets the value of the port property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
port
protected java.math.BigInteger port
Configuration.ActiveServices.Db
public Configuration.ActiveServices.Db()
getPort
public java.math.BigInteger getPort()
- Gets the value of the port property.
- Returns:
- possible object is
BigInteger
setPort
public void setPort(java.math.BigInteger value)
- Sets the value of the port property.
- Parameters:
value - allowed object is
BigInteger
Copyright © 2008 OW2 Consortium. All Rights Reserved.