|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.deployme.generated.Configuration.Jms
public static class Configuration.Jms
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="queue" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="topic" 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 |
queue
|
protected java.lang.String |
topic
|
| Constructor Summary | |
|---|---|
Configuration.Jms()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getPort()
Gets the value of the port property. |
java.lang.String |
getQueue()
Gets the value of the queue property. |
java.lang.String |
getTopic()
Gets the value of the topic property. |
void |
setPort(java.math.BigInteger value)
Sets the value of the port property. |
void |
setQueue(java.lang.String value)
Sets the value of the queue property. |
void |
setTopic(java.lang.String value)
Sets the value of the topic property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigInteger port
protected java.lang.String queue
protected java.lang.String topic
| Constructor Detail |
|---|
public Configuration.Jms()
| Method Detail |
|---|
public java.math.BigInteger getPort()
BigIntegerpublic void setPort(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getQueue()
Stringpublic void setQueue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTopic()
Stringpublic void setTopic(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||