org.ow2.petals.topology.generated
Class Jndi

java.lang.Object
  extended by org.ow2.petals.topology.generated.Jndi

public class Jndi
extends java.lang.Object

Java class for Jndi complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Jndi">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="factory" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="provider-url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="security-principal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="security-credentials" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pool-size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="batch-size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer batchSize
           
protected  java.lang.String factory
           
protected  java.lang.Integer poolSize
           
protected  java.lang.String providerUrl
           
protected  java.lang.String securityCredentials
           
protected  java.lang.String securityPrincipal
           
 
Constructor Summary
Jndi()
           
 
Method Summary
 java.lang.Integer getBatchSize()
          Gets the value of the batchSize property.
 java.lang.String getFactory()
          Gets the value of the factory property.
 java.lang.Integer getPoolSize()
          Gets the value of the poolSize property.
 java.lang.String getProviderUrl()
          Gets the value of the providerUrl property.
 java.lang.String getSecurityCredentials()
          Gets the value of the securityCredentials property.
 java.lang.String getSecurityPrincipal()
          Gets the value of the securityPrincipal property.
 void setBatchSize(java.lang.Integer value)
          Sets the value of the batchSize property.
 void setFactory(java.lang.String value)
          Sets the value of the factory property.
 void setPoolSize(java.lang.Integer value)
          Sets the value of the poolSize property.
 void setProviderUrl(java.lang.String value)
          Sets the value of the providerUrl property.
 void setSecurityCredentials(java.lang.String value)
          Sets the value of the securityCredentials property.
 void setSecurityPrincipal(java.lang.String value)
          Sets the value of the securityPrincipal property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

protected java.lang.String factory

providerUrl

protected java.lang.String providerUrl

securityPrincipal

protected java.lang.String securityPrincipal

securityCredentials

protected java.lang.String securityCredentials

poolSize

protected java.lang.Integer poolSize

batchSize

protected java.lang.Integer batchSize
Constructor Detail

Jndi

public Jndi()
Method Detail

getFactory

public java.lang.String getFactory()
Gets the value of the factory property.

Returns:
possible object is String

setFactory

public void setFactory(java.lang.String value)
Sets the value of the factory property.

Parameters:
value - allowed object is String

getProviderUrl

public java.lang.String getProviderUrl()
Gets the value of the providerUrl property.

Returns:
possible object is String

setProviderUrl

public void setProviderUrl(java.lang.String value)
Sets the value of the providerUrl property.

Parameters:
value - allowed object is String

getSecurityPrincipal

public java.lang.String getSecurityPrincipal()
Gets the value of the securityPrincipal property.

Returns:
possible object is String

setSecurityPrincipal

public void setSecurityPrincipal(java.lang.String value)
Sets the value of the securityPrincipal property.

Parameters:
value - allowed object is String

getSecurityCredentials

public java.lang.String getSecurityCredentials()
Gets the value of the securityCredentials property.

Returns:
possible object is String

setSecurityCredentials

public void setSecurityCredentials(java.lang.String value)
Sets the value of the securityCredentials property.

Parameters:
value - allowed object is String

getPoolSize

public java.lang.Integer getPoolSize()
Gets the value of the poolSize property.

Returns:
possible object is Integer

setPoolSize

public void setPoolSize(java.lang.Integer value)
Sets the value of the poolSize property.

Parameters:
value - allowed object is Integer

getBatchSize

public java.lang.Integer getBatchSize()
Gets the value of the batchSize property.

Returns:
possible object is Integer

setBatchSize

public void setBatchSize(java.lang.Integer value)
Sets the value of the batchSize property.

Parameters:
value - allowed object is Integer


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.