|
||||||||||
| 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="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 |
|---|
protected java.util.List<JMSNamingPropertyType> jmsNamingProperty
protected java.lang.String connectionPassword
protected java.lang.String connectionUserName
protected DestinationStyleType destinationStyle
protected java.lang.String jndiConnectionFactoryName
protected java.lang.String jndiDestinationName
protected java.lang.String jndiReplyDestinationName
| 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 java.lang.String getConnectionPassword()
Stringpublic void setConnectionPassword(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetConnectionPassword()
public java.lang.String getConnectionUserName()
Stringpublic void setConnectionUserName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetConnectionUserName()
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 getJndiReplyDestinationName()
Stringpublic void setJndiReplyDestinationName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetJndiReplyDestinationName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||