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

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

public class JmsType
extends Object

Describe JMS configuration. Example:

Java class for jmsType complex type.

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

 <complexType name="jmsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="port" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="queues" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="topics" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="host" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String host
           
protected  Long port
           
protected  String queues
           
protected  String topics
           
 
Constructor Summary
JmsType()
           
 
Method Summary
 String getHost()
          Gets the value of the host property.
 Long getPort()
          Gets the value of the port property.
 String getQueues()
          Gets the value of the queues property.
 String getTopics()
          Gets the value of the topics property.
 void setHost(String value)
          Sets the value of the host property.
 void setPort(Long value)
          Sets the value of the port property.
 void setQueues(String value)
          Sets the value of the queues property.
 void setTopics(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 Long port

queues

protected String queues

topics

protected String topics

host

protected String host
Constructor Detail

JmsType

public JmsType()
Method Detail

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

getQueues

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

Returns:
possible object is String

setQueues

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

Parameters:
value - allowed object is String

getTopics

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

Returns:
possible object is String

setTopics

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

Parameters:
value - allowed object is String

getHost

public String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(String value)
Sets the value of the host property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.