org.ow2.jasmine.deployme.generated
Class Configuration.Protocols

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

public static class Configuration.Protocols
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="protocols_list" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="irmi_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="iiop_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="jrmp_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="cmi_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="jndi_local_call_optimization" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger cmiPort
           
protected  java.math.BigInteger iiopPort
           
protected  java.math.BigInteger irmiPort
           
protected  java.lang.Boolean jndiLocalCallOptimization
           
protected  java.math.BigInteger jrmpPort
           
protected  java.lang.String protocolsList
           
 
Constructor Summary
Configuration.Protocols()
           
 
Method Summary
 java.math.BigInteger getCmiPort()
          Gets the value of the cmiPort property.
 java.math.BigInteger getIiopPort()
          Gets the value of the iiopPort property.
 java.math.BigInteger getIrmiPort()
          Gets the value of the irmiPort property.
 java.math.BigInteger getJrmpPort()
          Gets the value of the jrmpPort property.
 java.lang.String getProtocolsList()
          Gets the value of the protocolsList property.
 java.lang.Boolean isJndiLocalCallOptimization()
          Gets the value of the jndiLocalCallOptimization property.
 void setCmiPort(java.math.BigInteger value)
          Sets the value of the cmiPort property.
 void setIiopPort(java.math.BigInteger value)
          Sets the value of the iiopPort property.
 void setIrmiPort(java.math.BigInteger value)
          Sets the value of the irmiPort property.
 void setJndiLocalCallOptimization(java.lang.Boolean value)
          Sets the value of the jndiLocalCallOptimization property.
 void setJrmpPort(java.math.BigInteger value)
          Sets the value of the jrmpPort property.
 void setProtocolsList(java.lang.String value)
          Sets the value of the protocolsList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocolsList

protected java.lang.String protocolsList

irmiPort

protected java.math.BigInteger irmiPort

iiopPort

protected java.math.BigInteger iiopPort

jrmpPort

protected java.math.BigInteger jrmpPort

cmiPort

protected java.math.BigInteger cmiPort

jndiLocalCallOptimization

protected java.lang.Boolean jndiLocalCallOptimization
Constructor Detail

Configuration.Protocols

public Configuration.Protocols()
Method Detail

getProtocolsList

public java.lang.String getProtocolsList()
Gets the value of the protocolsList property.

Returns:
possible object is String

setProtocolsList

public void setProtocolsList(java.lang.String value)
Sets the value of the protocolsList property.

Parameters:
value - allowed object is String

getIrmiPort

public java.math.BigInteger getIrmiPort()
Gets the value of the irmiPort property.

Returns:
possible object is BigInteger

setIrmiPort

public void setIrmiPort(java.math.BigInteger value)
Sets the value of the irmiPort property.

Parameters:
value - allowed object is BigInteger

getIiopPort

public java.math.BigInteger getIiopPort()
Gets the value of the iiopPort property.

Returns:
possible object is BigInteger

setIiopPort

public void setIiopPort(java.math.BigInteger value)
Sets the value of the iiopPort property.

Parameters:
value - allowed object is BigInteger

getJrmpPort

public java.math.BigInteger getJrmpPort()
Gets the value of the jrmpPort property.

Returns:
possible object is BigInteger

setJrmpPort

public void setJrmpPort(java.math.BigInteger value)
Sets the value of the jrmpPort property.

Parameters:
value - allowed object is BigInteger

getCmiPort

public java.math.BigInteger getCmiPort()
Gets the value of the cmiPort property.

Returns:
possible object is BigInteger

setCmiPort

public void setCmiPort(java.math.BigInteger value)
Sets the value of the cmiPort property.

Parameters:
value - allowed object is BigInteger

isJndiLocalCallOptimization

public java.lang.Boolean isJndiLocalCallOptimization()
Gets the value of the jndiLocalCallOptimization property.

Returns:
possible object is Boolean

setJndiLocalCallOptimization

public void setJndiLocalCallOptimization(java.lang.Boolean value)
Sets the value of the jndiLocalCallOptimization property.

Parameters:
value - allowed object is Boolean


Copyright © 2008 OW2 Consortium. All Rights Reserved.