|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.jms.JMSMessageHeadersType
public class JMSMessageHeadersType
JMS properties.
Java class for JMSMessageHeadersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JMSMessageHeadersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property" type="{http://cxf.apache.org/transports/jms}JMSPropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="JMSCorrelationID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="JMSDeliveryMode" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
<attribute name="JMSExpiration" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedLong" />
<attribute name="JMSMessageID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="JMSPriority" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
<attribute name="JMSRedelivered" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
<attribute name="JMSReplyTo" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="JMSTimeStamp" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedLong" />
<attribute name="JMSType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="TimeToLive" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedLong" />
<attribute name="SOAPJMSTargetService" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SOAPJMSBindingVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SOAPJMSContentType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="SOAPJMSSOAPAction" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="SOAPJMSIsFault" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
<attribute name="SOAPJMSRequestURI" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
jmsCorrelationID
|
protected java.lang.Integer |
jmsDeliveryMode
|
protected java.lang.Long |
jmsExpiration
|
protected java.lang.String |
jmsMessageID
|
protected java.lang.Integer |
jmsPriority
|
protected java.lang.Boolean |
jmsRedelivered
|
protected java.lang.String |
jmsReplyTo
|
protected java.lang.Long |
jmsTimeStamp
|
protected java.lang.String |
jmsType
|
protected java.util.List<JMSPropertyType> |
property
|
protected java.lang.String |
soapjmsBindingVersion
|
protected java.lang.String |
soapjmsContentType
|
protected java.lang.Boolean |
soapjmsIsFault
|
protected java.lang.String |
soapjmsRequestURI
|
protected java.lang.String |
soapjmssoapAction
|
protected java.lang.String |
soapjmsTargetService
|
protected java.lang.Long |
timeToLive
|
| Constructor Summary | |
|---|---|
JMSMessageHeadersType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getJMSCorrelationID()
Gets the value of the jmsCorrelationID property. |
int |
getJMSDeliveryMode()
Gets the value of the jmsDeliveryMode property. |
long |
getJMSExpiration()
Gets the value of the jmsExpiration property. |
java.lang.String |
getJMSMessageID()
Gets the value of the jmsMessageID property. |
int |
getJMSPriority()
Gets the value of the jmsPriority property. |
java.lang.String |
getJMSReplyTo()
Gets the value of the jmsReplyTo property. |
long |
getJMSTimeStamp()
Gets the value of the jmsTimeStamp property. |
java.lang.String |
getJMSType()
Gets the value of the jmsType property. |
java.util.List<JMSPropertyType> |
getProperty()
Gets the value of the property property. |
java.lang.String |
getSOAPJMSBindingVersion()
Gets the value of the soapjmsBindingVersion property. |
java.lang.String |
getSOAPJMSContentType()
Gets the value of the soapjmsContentType property. |
java.lang.String |
getSOAPJMSRequestURI()
Gets the value of the soapjmsRequestURI property. |
java.lang.String |
getSOAPJMSSOAPAction()
Gets the value of the soapjmssoapAction property. |
java.lang.String |
getSOAPJMSTargetService()
Gets the value of the soapjmsTargetService property. |
long |
getTimeToLive()
Gets the value of the timeToLive property. |
boolean |
isJMSRedelivered()
Gets the value of the jmsRedelivered property. |
boolean |
isSetJMSCorrelationID()
|
boolean |
isSetJMSDeliveryMode()
|
boolean |
isSetJMSExpiration()
|
boolean |
isSetJMSMessageID()
|
boolean |
isSetJMSPriority()
|
boolean |
isSetJMSRedelivered()
|
boolean |
isSetJMSReplyTo()
|
boolean |
isSetJMSTimeStamp()
|
boolean |
isSetJMSType()
|
boolean |
isSetProperty()
|
boolean |
isSetSOAPJMSBindingVersion()
|
boolean |
isSetSOAPJMSContentType()
|
boolean |
isSetSOAPJMSIsFault()
|
boolean |
isSetSOAPJMSRequestURI()
|
boolean |
isSetSOAPJMSSOAPAction()
|
boolean |
isSetSOAPJMSTargetService()
|
boolean |
isSetTimeToLive()
|
boolean |
isSOAPJMSIsFault()
Gets the value of the soapjmsIsFault property. |
void |
setJMSCorrelationID(java.lang.String value)
Sets the value of the jmsCorrelationID property. |
void |
setJMSDeliveryMode(int value)
Sets the value of the jmsDeliveryMode property. |
void |
setJMSExpiration(long value)
Sets the value of the jmsExpiration property. |
void |
setJMSMessageID(java.lang.String value)
Sets the value of the jmsMessageID property. |
void |
setJMSPriority(int value)
Sets the value of the jmsPriority property. |
void |
setJMSRedelivered(boolean value)
Sets the value of the jmsRedelivered property. |
void |
setJMSReplyTo(java.lang.String value)
Sets the value of the jmsReplyTo property. |
void |
setJMSTimeStamp(long value)
Sets the value of the jmsTimeStamp property. |
void |
setJMSType(java.lang.String value)
Sets the value of the jmsType property. |
void |
setSOAPJMSBindingVersion(java.lang.String value)
Sets the value of the soapjmsBindingVersion property. |
void |
setSOAPJMSContentType(java.lang.String value)
Sets the value of the soapjmsContentType property. |
void |
setSOAPJMSIsFault(boolean value)
Sets the value of the soapjmsIsFault property. |
void |
setSOAPJMSRequestURI(java.lang.String value)
Sets the value of the soapjmsRequestURI property. |
void |
setSOAPJMSSOAPAction(java.lang.String value)
Sets the value of the soapjmssoapAction property. |
void |
setSOAPJMSTargetService(java.lang.String value)
Sets the value of the soapjmsTargetService property. |
void |
setTimeToLive(long value)
Sets the value of the timeToLive property. |
void |
unsetJMSDeliveryMode()
|
void |
unsetJMSExpiration()
|
void |
unsetJMSPriority()
|
void |
unsetJMSRedelivered()
|
void |
unsetJMSTimeStamp()
|
void |
unsetProperty()
|
void |
unsetSOAPJMSIsFault()
|
void |
unsetTimeToLive()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<JMSPropertyType> property
protected java.lang.String jmsCorrelationID
protected java.lang.Integer jmsDeliveryMode
protected java.lang.Long jmsExpiration
protected java.lang.String jmsMessageID
protected java.lang.Integer jmsPriority
protected java.lang.Boolean jmsRedelivered
protected java.lang.String jmsReplyTo
protected java.lang.Long jmsTimeStamp
protected java.lang.String jmsType
protected java.lang.Long timeToLive
protected java.lang.String soapjmsTargetService
protected java.lang.String soapjmsBindingVersion
protected java.lang.String soapjmsContentType
protected java.lang.String soapjmssoapAction
protected java.lang.Boolean soapjmsIsFault
protected java.lang.String soapjmsRequestURI
| Constructor Detail |
|---|
public JMSMessageHeadersType()
| Method Detail |
|---|
public java.util.List<JMSPropertyType> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
JMSPropertyType
public boolean isSetProperty()
public void unsetProperty()
public java.lang.String getJMSCorrelationID()
Stringpublic void setJMSCorrelationID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetJMSCorrelationID()
public java.lang.String getJMSMessageID()
Stringpublic void setJMSMessageID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetJMSMessageID()
public java.lang.String getJMSReplyTo()
Stringpublic void setJMSReplyTo(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetJMSReplyTo()
public java.lang.String getJMSType()
Stringpublic void setJMSType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetJMSType()
public java.lang.String getSOAPJMSTargetService()
Stringpublic void setSOAPJMSTargetService(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSOAPJMSTargetService()
public java.lang.String getSOAPJMSBindingVersion()
Stringpublic void setSOAPJMSBindingVersion(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSOAPJMSBindingVersion()
public java.lang.String getSOAPJMSContentType()
Stringpublic void setSOAPJMSContentType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSOAPJMSContentType()
public java.lang.String getSOAPJMSSOAPAction()
Stringpublic void setSOAPJMSSOAPAction(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSOAPJMSSOAPAction()
public java.lang.String getSOAPJMSRequestURI()
Stringpublic void setSOAPJMSRequestURI(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSOAPJMSRequestURI()
public void setJMSDeliveryMode(int value)
public void unsetJMSDeliveryMode()
public boolean isSetJMSDeliveryMode()
public int getJMSDeliveryMode()
public void setJMSExpiration(long value)
public void unsetJMSExpiration()
public boolean isSetJMSExpiration()
public long getJMSExpiration()
public void setJMSPriority(int value)
public void unsetJMSPriority()
public boolean isSetJMSPriority()
public int getJMSPriority()
public void setJMSRedelivered(boolean value)
public void unsetJMSRedelivered()
public boolean isSetJMSRedelivered()
public boolean isJMSRedelivered()
public void setJMSTimeStamp(long value)
public void unsetJMSTimeStamp()
public boolean isSetJMSTimeStamp()
public long getJMSTimeStamp()
public void setTimeToLive(long value)
public void unsetTimeToLive()
public boolean isSetTimeToLive()
public long getTimeToLive()
public void setSOAPJMSIsFault(boolean value)
public void unsetSOAPJMSIsFault()
public boolean isSetSOAPJMSIsFault()
public boolean isSOAPJMSIsFault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||