Oracle Fusion Middleware User Messaging Service 11.1.1.6.0 Java API Reference
E14011-04

oracle.ucs.messaging.ws.types
Class MessageInfo

java.lang.Object
  extended by oracle.ucs.messaging.ws.types.MessageInfo

public class MessageInfo
extends java.lang.Object

Java class for messageInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="messageInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="delay" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="expiration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="priority" type="{http://xmlns.oracle.com/ucs/messaging/types}priorityType" minOccurs="0"/>
         <element name="speed" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <maxInclusive value="10"/>
             </restriction>
           </simpleType>
         </element>
         <element name="cost" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="reliability" type="{http://xmlns.oracle.com/ucs/messaging/types}reliabilityType" minOccurs="0"/>
         <element name="tracking" type="{http://xmlns.oracle.com/ucs/messaging/types}trackingType" minOccurs="0"/>
         <element name="session" type="{http://xmlns.oracle.com/ucs/messaging/types}sessionType" minOccurs="0"/>
         <element name="acceptedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="correlationIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="carrier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="driver" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="gatewayMessageIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="chunkSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="maxChunks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="highestStatusLevel" type="{http://xmlns.oracle.com/ucs/messaging/types}statusType" minOccurs="0"/>
         <element name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="applicationInstanceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
MessageInfo()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getAcceptedDate()
          Gets the value of the acceptedDate property.
 java.lang.String getApplicationInstanceName()
          Gets the value of the applicationInstanceName property.
 java.lang.String getApplicationName()
          Gets the value of the applicationName property.
 java.lang.String getCarrier()
          Gets the value of the carrier property.
 java.lang.Integer getChunkSize()
          Gets the value of the chunkSize property.
 java.lang.String getCorrelationIdentifier()
          Gets the value of the correlationIdentifier property.
 java.lang.Integer getCost()
          Gets the value of the cost property.
 java.lang.Integer getDelay()
          Gets the value of the delay property.
 java.lang.String getDriver()
          Gets the value of the driver property.
 java.lang.Integer getExpiration()
          Gets the value of the expiration property.
 java.lang.String getGatewayMessageIdentifier()
          Gets the value of the gatewayMessageIdentifier property.
 StatusType getHighestStatusLevel()
          Gets the value of the highestStatusLevel property.
 java.lang.Integer getMaxChunks()
          Gets the value of the maxChunks property.
 PriorityType getPriority()
          Gets the value of the priority property.
 java.lang.String getProtocol()
          Gets the value of the protocol property.
 ReliabilityType getReliability()
          Gets the value of the reliability property.
 SessionType getSession()
          Gets the value of the session property.
 java.lang.Integer getSpeed()
          Gets the value of the speed property.
 TrackingType getTracking()
          Gets the value of the tracking property.
 void setAcceptedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the acceptedDate property.
 void setApplicationInstanceName(java.lang.String value)
          Sets the value of the applicationInstanceName property.
 void setApplicationName(java.lang.String value)
          Sets the value of the applicationName property.
 void setCarrier(java.lang.String value)
          Sets the value of the carrier property.
 void setChunkSize(java.lang.Integer value)
          Sets the value of the chunkSize property.
 void setCorrelationIdentifier(java.lang.String value)
          Sets the value of the correlationIdentifier property.
 void setCost(java.lang.Integer value)
          Sets the value of the cost property.
 void setDelay(java.lang.Integer value)
          Sets the value of the delay property.
 void setDriver(java.lang.String value)
          Sets the value of the driver property.
 void setExpiration(java.lang.Integer value)
          Sets the value of the expiration property.
 void setGatewayMessageIdentifier(java.lang.String value)
          Sets the value of the gatewayMessageIdentifier property.
 void setHighestStatusLevel(StatusType value)
          Sets the value of the highestStatusLevel property.
 void setMaxChunks(java.lang.Integer value)
          Sets the value of the maxChunks property.
 void setPriority(PriorityType value)
          Sets the value of the priority property.
 void setProtocol(java.lang.String value)
          Sets the value of the protocol property.
 void setReliability(ReliabilityType value)
          Sets the value of the reliability property.
 void setSession(SessionType value)
          Sets the value of the session property.
 void setSpeed(java.lang.Integer value)
          Sets the value of the speed property.
 void setTracking(TrackingType value)
          Sets the value of the tracking property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageInfo

public MessageInfo()
Method Detail

getAcceptedDate

public javax.xml.datatype.XMLGregorianCalendar getAcceptedDate()
Gets the value of the acceptedDate property.

Returns:
possible object is XMLGregorianCalendar

getApplicationInstanceName

public java.lang.String getApplicationInstanceName()
Gets the value of the applicationInstanceName property.

Returns:
possible object is String

getApplicationName

public java.lang.String getApplicationName()
Gets the value of the applicationName property.

Returns:
possible object is String

getCarrier

public java.lang.String getCarrier()
Gets the value of the carrier property.

Returns:
possible object is String

getChunkSize

public java.lang.Integer getChunkSize()
Gets the value of the chunkSize property.

Returns:
possible object is Integer

getCorrelationIdentifier

public java.lang.String getCorrelationIdentifier()
Gets the value of the correlationIdentifier property.

Returns:
possible object is String

getCost

public java.lang.Integer getCost()
Gets the value of the cost property.

Returns:
possible object is Integer

getDelay

public java.lang.Integer getDelay()
Gets the value of the delay property.

Returns:
possible object is Integer

getDriver

public java.lang.String getDriver()
Gets the value of the driver property.

Returns:
possible object is String

getExpiration

public java.lang.Integer getExpiration()
Gets the value of the expiration property.

Returns:
possible object is Integer

getGatewayMessageIdentifier

public java.lang.String getGatewayMessageIdentifier()
Gets the value of the gatewayMessageIdentifier property.

Returns:
possible object is String

getHighestStatusLevel

public StatusType getHighestStatusLevel()
Gets the value of the highestStatusLevel property.

Returns:
possible object is StatusType

getMaxChunks

public java.lang.Integer getMaxChunks()
Gets the value of the maxChunks property.

Returns:
possible object is Integer

getPriority

public PriorityType getPriority()
Gets the value of the priority property.

Returns:
possible object is PriorityType

getProtocol

public java.lang.String getProtocol()
Gets the value of the protocol property.

Returns:
possible object is String

getReliability

public ReliabilityType getReliability()
Gets the value of the reliability property.

Returns:
possible object is ReliabilityType

getSession

public SessionType getSession()
Gets the value of the session property.

Returns:
possible object is SessionType

getSpeed

public java.lang.Integer getSpeed()
Gets the value of the speed property.

Returns:
possible object is Integer

getTracking

public TrackingType getTracking()
Gets the value of the tracking property.

Returns:
possible object is TrackingType

setAcceptedDate

public void setAcceptedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the acceptedDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

setApplicationInstanceName

public void setApplicationInstanceName(java.lang.String value)
Sets the value of the applicationInstanceName property.

Parameters:
value - allowed object is String

setApplicationName

public void setApplicationName(java.lang.String value)
Sets the value of the applicationName property.

Parameters:
value - allowed object is String

setCarrier

public void setCarrier(java.lang.String value)
Sets the value of the carrier property.

Parameters:
value - allowed object is String

setChunkSize

public void setChunkSize(java.lang.Integer value)
Sets the value of the chunkSize property.

Parameters:
value - allowed object is Integer

setCorrelationIdentifier

public void setCorrelationIdentifier(java.lang.String value)
Sets the value of the correlationIdentifier property.

Parameters:
value - allowed object is String

setCost

public void setCost(java.lang.Integer value)
Sets the value of the cost property.

Parameters:
value - allowed object is Integer

setDelay

public void setDelay(java.lang.Integer value)
Sets the value of the delay property.

Parameters:
value - allowed object is Integer

setDriver

public void setDriver(java.lang.String value)
Sets the value of the driver property.

Parameters:
value - allowed object is String

setExpiration

public void setExpiration(java.lang.Integer value)
Sets the value of the expiration property.

Parameters:
value - allowed object is Integer

setGatewayMessageIdentifier

public void setGatewayMessageIdentifier(java.lang.String value)
Sets the value of the gatewayMessageIdentifier property.

Parameters:
value - allowed object is String

setHighestStatusLevel

public void setHighestStatusLevel(StatusType value)
Sets the value of the highestStatusLevel property.

Parameters:
value - allowed object is StatusType

setMaxChunks

public void setMaxChunks(java.lang.Integer value)
Sets the value of the maxChunks property.

Parameters:
value - allowed object is Integer

setPriority

public void setPriority(PriorityType value)
Sets the value of the priority property.

Parameters:
value - allowed object is PriorityType

setProtocol

public void setProtocol(java.lang.String value)
Sets the value of the protocol property.

Parameters:
value - allowed object is String

setReliability

public void setReliability(ReliabilityType value)
Sets the value of the reliability property.

Parameters:
value - allowed object is ReliabilityType

setSession

public void setSession(SessionType value)
Sets the value of the session property.

Parameters:
value - allowed object is SessionType

setSpeed

public void setSpeed(java.lang.Integer value)
Sets the value of the speed property.

Parameters:
value - allowed object is Integer

setTracking

public void setTracking(TrackingType value)
Sets the value of the tracking property.

Parameters:
value - allowed object is TrackingType

Oracle Fusion Middleware User Messaging Service 11.1.1.6.0 Java API Reference
E14011-04

Copyright © 2009, 2011 Oracle and/or its affiliates. All rights reserved.