|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.wsdl.TExtensibilityElement
org.apache.cxf.wsdl.TExtensibilityElementImpl
org.apache.cxf.transport.jms.AddressType
public class AddressType
Java class for AddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressType">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<sequence>
<element name="JMSNamingProperty" type="{http://cxf.apache.org/transports/jms}JMSNamingPropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="destinationStyle" type="{http://cxf.apache.org/transports/jms}DestinationStyleType" default="queue" />
<attribute name="jndiConnectionFactoryName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jndiDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jmsDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jndiReplyDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jmsReplyDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connectionUserName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connectionPassword" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="useJms11" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="reconnectOnException" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
connectionPassword
|
protected java.lang.String |
connectionUserName
|
protected DestinationStyleType |
destinationStyle
|
protected java.lang.String |
jmsDestinationName
|
protected java.util.List<JMSNamingPropertyType> |
jmsNamingProperty
|
protected java.lang.String |
jmsReplyDestinationName
|
protected java.lang.String |
jndiConnectionFactoryName
|
protected java.lang.String |
jndiDestinationName
|
protected java.lang.String |
jndiReplyDestinationName
|
protected java.lang.Boolean |
reconnectOnException
|
protected java.lang.Boolean |
useJms11
|
| Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
|---|
required |
| Constructor Summary | |
|---|---|
AddressType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getConnectionPassword()
Gets the value of the connectionPassword property. |
java.lang.String |
getConnectionUserName()
Gets the value of the connectionUserName property. |
DestinationStyleType |
getDestinationStyle()
Gets the value of the destinationStyle property. |
java.lang.String |
getJmsDestinationName()
Gets the value of the jmsDestinationName property. |
java.util.List<JMSNamingPropertyType> |
getJMSNamingProperty()
Gets the value of the jmsNamingProperty property. |
java.lang.String |
getJmsReplyDestinationName()
Gets the value of the jmsReplyDestinationName property. |
java.lang.String |
getJndiConnectionFactoryName()
Gets the value of the jndiConnectionFactoryName property. |
java.lang.String |
getJndiDestinationName()
Gets the value of the jndiDestinationName property. |
java.lang.String |
getJndiReplyDestinationName()
Gets the value of the jndiReplyDestinationName property. |
boolean |
isReconnectOnException()
Gets the value of the reconnectOnException property. |
boolean |
isSetConnectionPassword()
|
boolean |
isSetConnectionUserName()
|
boolean |
isSetDestinationStyle()
|
boolean |
isSetJmsDestinationName()
|
boolean |
isSetJMSNamingProperty()
|
boolean |
isSetJmsReplyDestinationName()
|
boolean |
isSetJndiConnectionFactoryName()
|
boolean |
isSetJndiDestinationName()
|
boolean |
isSetJndiReplyDestinationName()
|
boolean |
isSetReconnectOnException()
|
boolean |
isSetUseJms11()
|
boolean |
isUseJms11()
Gets the value of the useJms11 property. |
void |
setConnectionPassword(java.lang.String value)
Sets the value of the connectionPassword property. |
void |
setConnectionUserName(java.lang.String value)
Sets the value of the connectionUserName property. |
void |
setDestinationStyle(DestinationStyleType value)
Sets the value of the destinationStyle property. |
void |
setJmsDestinationName(java.lang.String value)
Sets the value of the jmsDestinationName property. |
void |
setJmsReplyDestinationName(java.lang.String value)
Sets the value of the jmsReplyDestinationName property. |
void |
setJndiConnectionFactoryName(java.lang.String value)
Sets the value of the jndiConnectionFactoryName property. |
void |
setJndiDestinationName(java.lang.String value)
Sets the value of the jndiDestinationName property. |
void |
setJndiReplyDestinationName(java.lang.String value)
Sets the value of the jndiReplyDestinationName property. |
void |
setReconnectOnException(boolean value)
Sets the value of the reconnectOnException property. |
void |
setUseJms11(boolean value)
Sets the value of the useJms11 property. |
void |
unsetJMSNamingProperty()
|
void |
unsetReconnectOnException()
|
void |
unsetUseJms11()
|
| Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElementImpl |
|---|
getElementType, getRequired, setElementType, setRequired |
| Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
|---|
isRequired, isSetRequired, setRequired, unsetRequired |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<JMSNamingPropertyType> jmsNamingProperty
protected DestinationStyleType destinationStyle
protected java.lang.String jndiConnectionFactoryName
protected java.lang.String jndiDestinationName
protected java.lang.String jmsDestinationName
protected java.lang.String jndiReplyDestinationName
protected java.lang.String jmsReplyDestinationName
protected java.lang.String connectionUserName
protected java.lang.String connectionPassword
protected java.lang.Boolean useJms11
protected java.lang.Boolean reconnectOnException
| Constructor Detail |
|---|
public AddressType()
| Method Detail |
|---|
public java.util.List<JMSNamingPropertyType> getJMSNamingProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the jmsNamingProperty property.
For example, to add a new item, do as follows:
getJMSNamingProperty().add(newItem);
Objects of the following type(s) are allowed in the list
JMSNamingPropertyType
public boolean isSetJMSNamingProperty()
public void unsetJMSNamingProperty()
public DestinationStyleType getDestinationStyle()
DestinationStyleTypepublic void setDestinationStyle(DestinationStyleType value)
value - allowed object is
DestinationStyleTypepublic boolean isSetDestinationStyle()
public java.lang.String getJndiConnectionFactoryName()
Stringpublic void setJndiConnectionFactoryName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetJndiConnectionFactoryName()
public java.lang.String getJndiDestinationName()
Stringpublic void setJndiDestinationName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetJndiDestinationName()
public java.lang.String getJmsDestinationName()
Stringpublic void setJmsDestinationName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetJmsDestinationName()
public java.lang.String getJndiReplyDestinationName()
Stringpublic void setJndiReplyDestinationName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetJndiReplyDestinationName()
public java.lang.String getJmsReplyDestinationName()
Stringpublic void setJmsReplyDestinationName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetJmsReplyDestinationName()
public java.lang.String getConnectionUserName()
Stringpublic void setConnectionUserName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetConnectionUserName()
public java.lang.String getConnectionPassword()
Stringpublic void setConnectionPassword(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetConnectionPassword()
public boolean isUseJms11()
Booleanpublic void setUseJms11(boolean value)
value - allowed object is
Booleanpublic boolean isSetUseJms11()
public void unsetUseJms11()
public boolean isReconnectOnException()
Booleanpublic void setReconnectOnException(boolean value)
value - allowed object is
Booleanpublic boolean isSetReconnectOnException()
public void unsetReconnectOnException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||