|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.JmsType
public class JmsType
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 |
|---|
protected Long port
protected String queues
protected String topics
protected String host
| Constructor Detail |
|---|
public JmsType()
| Method Detail |
|---|
public Long getPort()
Longpublic void setPort(Long value)
value - allowed object is
Longpublic String getQueues()
Stringpublic void setQueues(String value)
value - allowed object is
Stringpublic String getTopics()
Stringpublic void setTopics(String value)
value - allowed object is
Stringpublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||