Apache CXF API

org.apache.cxf.transport.jms
Class JMSMessageHeadersType

java.lang.Object
  extended by org.apache.cxf.transport.jms.JMSMessageHeadersType

public class JMSMessageHeadersType
extends Object

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="SOAPJMSContentEncoding" 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  String jmsCorrelationID
           
protected  Integer jmsDeliveryMode
           
protected  Long jmsExpiration
           
protected  String jmsMessageID
           
protected  Integer jmsPriority
           
protected  Boolean jmsRedelivered
           
protected  String jmsReplyTo
           
protected  Long jmsTimeStamp
           
protected  String jmsType
           
protected  List<JMSPropertyType> property
           
protected  String soapjmsBindingVersion
           
protected  String soapjmsContentEncoding
           
protected  String soapjmsContentType
           
protected  Boolean soapjmsIsFault
           
protected  String soapjmsRequestURI
           
protected  String soapjmssoapAction
           
protected  String soapjmsTargetService
           
protected  Long timeToLive
           
 
Constructor Summary
JMSMessageHeadersType()
           
 
Method Summary
 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.
 String getJMSMessageID()
          Gets the value of the jmsMessageID property.
 int getJMSPriority()
          Gets the value of the jmsPriority property.
 String getJMSReplyTo()
          Gets the value of the jmsReplyTo property.
 long getJMSTimeStamp()
          Gets the value of the jmsTimeStamp property.
 String getJMSType()
          Gets the value of the jmsType property.
 List<JMSPropertyType> getProperty()
          Gets the value of the property property.
 String getSOAPJMSBindingVersion()
          Gets the value of the soapjmsBindingVersion property.
 String getSOAPJMSContentEncoding()
          Gets the value of the soapjmsContentEncoding property.
 String getSOAPJMSContentType()
          Gets the value of the soapjmsContentType property.
 String getSOAPJMSRequestURI()
          Gets the value of the soapjmsRequestURI property.
 String getSOAPJMSSOAPAction()
          Gets the value of the soapjmssoapAction property.
 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 isSetSOAPJMSContentEncoding()
           
 boolean isSetSOAPJMSContentType()
           
 boolean isSetSOAPJMSIsFault()
           
 boolean isSetSOAPJMSRequestURI()
           
 boolean isSetSOAPJMSSOAPAction()
           
 boolean isSetSOAPJMSTargetService()
           
 boolean isSetTimeToLive()
           
 boolean isSOAPJMSIsFault()
          Gets the value of the soapjmsIsFault property.
 void setJMSCorrelationID(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(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(String value)
          Sets the value of the jmsReplyTo property.
 void setJMSTimeStamp(long value)
          Sets the value of the jmsTimeStamp property.
 void setJMSType(String value)
          Sets the value of the jmsType property.
 void setSOAPJMSBindingVersion(String value)
          Sets the value of the soapjmsBindingVersion property.
 void setSOAPJMSContentEncoding(String value)
          Sets the value of the soapjmsContentEncoding property.
 void setSOAPJMSContentType(String value)
          Sets the value of the soapjmsContentType property.
 void setSOAPJMSIsFault(boolean value)
          Sets the value of the soapjmsIsFault property.
 void setSOAPJMSRequestURI(String value)
          Sets the value of the soapjmsRequestURI property.
 void setSOAPJMSSOAPAction(String value)
          Sets the value of the soapjmssoapAction property.
 void setSOAPJMSTargetService(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

property

protected List<JMSPropertyType> property

jmsCorrelationID

protected String jmsCorrelationID

jmsDeliveryMode

protected Integer jmsDeliveryMode

jmsExpiration

protected Long jmsExpiration

jmsMessageID

protected String jmsMessageID

jmsPriority

protected Integer jmsPriority

jmsRedelivered

protected Boolean jmsRedelivered

jmsReplyTo

protected String jmsReplyTo

jmsTimeStamp

protected Long jmsTimeStamp

jmsType

protected String jmsType

timeToLive

protected Long timeToLive

soapjmsTargetService

protected String soapjmsTargetService

soapjmsBindingVersion

protected String soapjmsBindingVersion

soapjmsContentType

protected String soapjmsContentType

soapjmsContentEncoding

protected String soapjmsContentEncoding

soapjmssoapAction

protected String soapjmssoapAction

soapjmsIsFault

protected Boolean soapjmsIsFault

soapjmsRequestURI

protected String soapjmsRequestURI
Constructor Detail

JMSMessageHeadersType

public JMSMessageHeadersType()
Method Detail

getProperty

public List<JMSPropertyType> getProperty()
Gets the value of the property 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 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


isSetProperty

public boolean isSetProperty()

unsetProperty

public void unsetProperty()

getJMSCorrelationID

public String getJMSCorrelationID()
Gets the value of the jmsCorrelationID property.

Returns:
possible object is String

setJMSCorrelationID

public void setJMSCorrelationID(String value)
Sets the value of the jmsCorrelationID property.

Parameters:
value - allowed object is String

isSetJMSCorrelationID

public boolean isSetJMSCorrelationID()

getJMSMessageID

public String getJMSMessageID()
Gets the value of the jmsMessageID property.

Returns:
possible object is String

setJMSMessageID

public void setJMSMessageID(String value)
Sets the value of the jmsMessageID property.

Parameters:
value - allowed object is String

isSetJMSMessageID

public boolean isSetJMSMessageID()

getJMSReplyTo

public String getJMSReplyTo()
Gets the value of the jmsReplyTo property.

Returns:
possible object is String

setJMSReplyTo

public void setJMSReplyTo(String value)
Sets the value of the jmsReplyTo property.

Parameters:
value - allowed object is String

isSetJMSReplyTo

public boolean isSetJMSReplyTo()

getJMSType

public String getJMSType()
Gets the value of the jmsType property.

Returns:
possible object is String

setJMSType

public void setJMSType(String value)
Sets the value of the jmsType property.

Parameters:
value - allowed object is String

isSetJMSType

public boolean isSetJMSType()

getSOAPJMSTargetService

public String getSOAPJMSTargetService()
Gets the value of the soapjmsTargetService property.

Returns:
possible object is String

setSOAPJMSTargetService

public void setSOAPJMSTargetService(String value)
Sets the value of the soapjmsTargetService property.

Parameters:
value - allowed object is String

isSetSOAPJMSTargetService

public boolean isSetSOAPJMSTargetService()

getSOAPJMSBindingVersion

public String getSOAPJMSBindingVersion()
Gets the value of the soapjmsBindingVersion property.

Returns:
possible object is String

setSOAPJMSBindingVersion

public void setSOAPJMSBindingVersion(String value)
Sets the value of the soapjmsBindingVersion property.

Parameters:
value - allowed object is String

isSetSOAPJMSBindingVersion

public boolean isSetSOAPJMSBindingVersion()

getSOAPJMSContentType

public String getSOAPJMSContentType()
Gets the value of the soapjmsContentType property.

Returns:
possible object is String

setSOAPJMSContentType

public void setSOAPJMSContentType(String value)
Sets the value of the soapjmsContentType property.

Parameters:
value - allowed object is String

isSetSOAPJMSContentType

public boolean isSetSOAPJMSContentType()

getSOAPJMSContentEncoding

public String getSOAPJMSContentEncoding()
Gets the value of the soapjmsContentEncoding property.

Returns:
possible object is String

setSOAPJMSContentEncoding

public void setSOAPJMSContentEncoding(String value)
Sets the value of the soapjmsContentEncoding property.

Parameters:
value - allowed object is String

isSetSOAPJMSContentEncoding

public boolean isSetSOAPJMSContentEncoding()

getSOAPJMSSOAPAction

public String getSOAPJMSSOAPAction()
Gets the value of the soapjmssoapAction property.

Returns:
possible object is String

setSOAPJMSSOAPAction

public void setSOAPJMSSOAPAction(String value)
Sets the value of the soapjmssoapAction property.

Parameters:
value - allowed object is String

isSetSOAPJMSSOAPAction

public boolean isSetSOAPJMSSOAPAction()

getSOAPJMSRequestURI

public String getSOAPJMSRequestURI()
Gets the value of the soapjmsRequestURI property.

Returns:
possible object is String

setSOAPJMSRequestURI

public void setSOAPJMSRequestURI(String value)
Sets the value of the soapjmsRequestURI property.

Parameters:
value - allowed object is String

isSetSOAPJMSRequestURI

public boolean isSetSOAPJMSRequestURI()

setJMSDeliveryMode

public void setJMSDeliveryMode(int value)
Sets the value of the jmsDeliveryMode property.


unsetJMSDeliveryMode

public void unsetJMSDeliveryMode()

isSetJMSDeliveryMode

public boolean isSetJMSDeliveryMode()

getJMSDeliveryMode

public int getJMSDeliveryMode()
Gets the value of the jmsDeliveryMode property.


setJMSExpiration

public void setJMSExpiration(long value)
Sets the value of the jmsExpiration property.


unsetJMSExpiration

public void unsetJMSExpiration()

isSetJMSExpiration

public boolean isSetJMSExpiration()

getJMSExpiration

public long getJMSExpiration()
Gets the value of the jmsExpiration property.


setJMSPriority

public void setJMSPriority(int value)
Sets the value of the jmsPriority property.


unsetJMSPriority

public void unsetJMSPriority()

isSetJMSPriority

public boolean isSetJMSPriority()

getJMSPriority

public int getJMSPriority()
Gets the value of the jmsPriority property.


setJMSRedelivered

public void setJMSRedelivered(boolean value)
Sets the value of the jmsRedelivered property.


unsetJMSRedelivered

public void unsetJMSRedelivered()

isSetJMSRedelivered

public boolean isSetJMSRedelivered()

isJMSRedelivered

public boolean isJMSRedelivered()
Gets the value of the jmsRedelivered property.


setJMSTimeStamp

public void setJMSTimeStamp(long value)
Sets the value of the jmsTimeStamp property.


unsetJMSTimeStamp

public void unsetJMSTimeStamp()

isSetJMSTimeStamp

public boolean isSetJMSTimeStamp()

getJMSTimeStamp

public long getJMSTimeStamp()
Gets the value of the jmsTimeStamp property.


setTimeToLive

public void setTimeToLive(long value)
Sets the value of the timeToLive property.


unsetTimeToLive

public void unsetTimeToLive()

isSetTimeToLive

public boolean isSetTimeToLive()

getTimeToLive

public long getTimeToLive()
Gets the value of the timeToLive property.


setSOAPJMSIsFault

public void setSOAPJMSIsFault(boolean value)
Sets the value of the soapjmsIsFault property.


unsetSOAPJMSIsFault

public void unsetSOAPJMSIsFault()

isSetSOAPJMSIsFault

public boolean isSetSOAPJMSIsFault()

isSOAPJMSIsFault

public boolean isSOAPJMSIsFault()
Gets the value of the soapjmsIsFault property.


Apache CXF API

Apache CXF