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

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

public static class Configuration.Jms
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"/>
         <element name="queues" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="topics" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger port
           
protected  java.lang.String queues
           
protected  java.lang.String topics
           
 
Constructor Summary
Configuration.Jms()
           
 
Method Summary
 java.math.BigInteger getPort()
          Gets the value of the port property.
 java.lang.String getQueues()
          Gets the value of the queues property.
 java.lang.String getTopics()
          Gets the value of the topics property.
 void setPort(java.math.BigInteger value)
          Sets the value of the port property.
 void setQueues(java.lang.String value)
          Sets the value of the queues property.
 void setTopics(java.lang.String value)
          Sets the value of the topics property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

protected java.math.BigInteger port

queues

protected java.lang.String queues

topics

protected java.lang.String topics
Constructor Detail

Configuration.Jms

public Configuration.Jms()
Method Detail

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

getQueues

public java.lang.String getQueues()
Gets the value of the queues property.

Returns:
possible object is String

setQueues

public void setQueues(java.lang.String value)
Sets the value of the queues property.

Parameters:
value - allowed object is String

getTopics

public java.lang.String getTopics()
Gets the value of the topics property.

Returns:
possible object is String

setTopics

public void setTopics(java.lang.String value)
Sets the value of the topics property.

Parameters:
value - allowed object is String


Copyright © 2010 OW2 Consortium. All Rights Reserved.