org.apache.cxf.transport.jms
Class AddressType

java.lang.Object
  extended by org.apache.cxf.wsdl.TExtensibilityElement
      extended by org.apache.cxf.wsdl.TExtensibilityElementImpl
          extended by org.apache.cxf.transport.jms.AddressType
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement

public class AddressType
extends org.apache.cxf.wsdl.TExtensibilityElementImpl

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

jmsNamingProperty

protected java.util.List<JMSNamingPropertyType> jmsNamingProperty

destinationStyle

protected DestinationStyleType destinationStyle

jndiConnectionFactoryName

protected java.lang.String jndiConnectionFactoryName

jndiDestinationName

protected java.lang.String jndiDestinationName

jmsDestinationName

protected java.lang.String jmsDestinationName

jndiReplyDestinationName

protected java.lang.String jndiReplyDestinationName

jmsReplyDestinationName

protected java.lang.String jmsReplyDestinationName

connectionUserName

protected java.lang.String connectionUserName

connectionPassword

protected java.lang.String connectionPassword

useJms11

protected java.lang.Boolean useJms11

reconnectOnException

protected java.lang.Boolean reconnectOnException
Constructor Detail

AddressType

public AddressType()
Method Detail

getJMSNamingProperty

public java.util.List<JMSNamingPropertyType> getJMSNamingProperty()
Gets the value of the jmsNamingProperty property.

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


isSetJMSNamingProperty

public boolean isSetJMSNamingProperty()

unsetJMSNamingProperty

public void unsetJMSNamingProperty()

getDestinationStyle

public DestinationStyleType getDestinationStyle()
Gets the value of the destinationStyle property.

Returns:
possible object is DestinationStyleType

setDestinationStyle

public void setDestinationStyle(DestinationStyleType value)
Sets the value of the destinationStyle property.

Parameters:
value - allowed object is DestinationStyleType

isSetDestinationStyle

public boolean isSetDestinationStyle()

getJndiConnectionFactoryName

public java.lang.String getJndiConnectionFactoryName()
Gets the value of the jndiConnectionFactoryName property.

Returns:
possible object is String

setJndiConnectionFactoryName

public void setJndiConnectionFactoryName(java.lang.String value)
Sets the value of the jndiConnectionFactoryName property.

Parameters:
value - allowed object is String

isSetJndiConnectionFactoryName

public boolean isSetJndiConnectionFactoryName()

getJndiDestinationName

public java.lang.String getJndiDestinationName()
Gets the value of the jndiDestinationName property.

Returns:
possible object is String

setJndiDestinationName

public void setJndiDestinationName(java.lang.String value)
Sets the value of the jndiDestinationName property.

Parameters:
value - allowed object is String

isSetJndiDestinationName

public boolean isSetJndiDestinationName()

getJmsDestinationName

public java.lang.String getJmsDestinationName()
Gets the value of the jmsDestinationName property.

Returns:
possible object is String

setJmsDestinationName

public void setJmsDestinationName(java.lang.String value)
Sets the value of the jmsDestinationName property.

Parameters:
value - allowed object is String

isSetJmsDestinationName

public boolean isSetJmsDestinationName()

getJndiReplyDestinationName

public java.lang.String getJndiReplyDestinationName()
Gets the value of the jndiReplyDestinationName property.

Returns:
possible object is String

setJndiReplyDestinationName

public void setJndiReplyDestinationName(java.lang.String value)
Sets the value of the jndiReplyDestinationName property.

Parameters:
value - allowed object is String

isSetJndiReplyDestinationName

public boolean isSetJndiReplyDestinationName()

getJmsReplyDestinationName

public java.lang.String getJmsReplyDestinationName()
Gets the value of the jmsReplyDestinationName property.

Returns:
possible object is String

setJmsReplyDestinationName

public void setJmsReplyDestinationName(java.lang.String value)
Sets the value of the jmsReplyDestinationName property.

Parameters:
value - allowed object is String

isSetJmsReplyDestinationName

public boolean isSetJmsReplyDestinationName()

getConnectionUserName

public java.lang.String getConnectionUserName()
Gets the value of the connectionUserName property.

Returns:
possible object is String

setConnectionUserName

public void setConnectionUserName(java.lang.String value)
Sets the value of the connectionUserName property.

Parameters:
value - allowed object is String

isSetConnectionUserName

public boolean isSetConnectionUserName()

getConnectionPassword

public java.lang.String getConnectionPassword()
Gets the value of the connectionPassword property.

Returns:
possible object is String

setConnectionPassword

public void setConnectionPassword(java.lang.String value)
Sets the value of the connectionPassword property.

Parameters:
value - allowed object is String

isSetConnectionPassword

public boolean isSetConnectionPassword()

isUseJms11

public boolean isUseJms11()
Gets the value of the useJms11 property.

Returns:
possible object is Boolean

setUseJms11

public void setUseJms11(boolean value)
Sets the value of the useJms11 property.

Parameters:
value - allowed object is Boolean

isSetUseJms11

public boolean isSetUseJms11()

unsetUseJms11

public void unsetUseJms11()

isReconnectOnException

public boolean isReconnectOnException()
Gets the value of the reconnectOnException property.

Returns:
possible object is Boolean

setReconnectOnException

public void setReconnectOnException(boolean value)
Sets the value of the reconnectOnException property.

Parameters:
value - allowed object is Boolean

isSetReconnectOnException

public boolean isSetReconnectOnException()

unsetReconnectOnException

public void unsetReconnectOnException()


Apache CXF