Apache CXF API

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 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="connectionPassword" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="connectionUserName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <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" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jndiReplyDestinationName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String connectionPassword
           
protected  java.lang.String connectionUserName
           
protected  DestinationStyleType destinationStyle
           
protected  java.util.List<JMSNamingPropertyType> jmsNamingProperty
           
protected  java.lang.String jndiConnectionFactoryName
           
protected  java.lang.String jndiDestinationName
           
protected  java.lang.String jndiReplyDestinationName
           
 
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.util.List<JMSNamingPropertyType> getJMSNamingProperty()
          Gets the value of the jmsNamingProperty 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 isSetConnectionPassword()
           
 boolean isSetConnectionUserName()
           
 boolean isSetDestinationStyle()
           
 boolean isSetJMSNamingProperty()
           
 boolean isSetJndiConnectionFactoryName()
           
 boolean isSetJndiDestinationName()
           
 boolean isSetJndiReplyDestinationName()
           
 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 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 unsetJMSNamingProperty()
           
 
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

connectionPassword

protected java.lang.String connectionPassword

connectionUserName

protected java.lang.String connectionUserName

destinationStyle

protected DestinationStyleType destinationStyle

jndiConnectionFactoryName

protected java.lang.String jndiConnectionFactoryName

jndiDestinationName

protected java.lang.String jndiDestinationName

jndiReplyDestinationName

protected java.lang.String jndiReplyDestinationName
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()

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()

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()

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()

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()

Apache CXF API

Apache CXF