public class MessageInfo extends 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="maxResend" 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>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
acceptedDate |
protected String |
applicationInstanceName |
protected String |
applicationName |
protected String |
carrier |
protected Integer |
chunkSize |
protected String |
correlationIdentifier |
protected Integer |
cost |
protected Integer |
delay |
protected String |
driver |
protected Integer |
expiration |
protected String |
gatewayMessageIdentifier |
protected StatusType |
highestStatusLevel |
protected Integer |
maxChunks |
protected Integer |
maxResend |
protected PriorityType |
priority |
protected String |
protocol |
protected ReliabilityType |
reliability |
protected SessionType |
session |
protected Integer |
speed |
protected TrackingType |
tracking |
| Constructor and Description |
|---|
MessageInfo() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getAcceptedDate()
Gets the value of the acceptedDate property.
|
String |
getApplicationInstanceName()
Gets the value of the applicationInstanceName property.
|
String |
getApplicationName()
Gets the value of the applicationName property.
|
String |
getCarrier()
Gets the value of the carrier property.
|
Integer |
getChunkSize()
Gets the value of the chunkSize property.
|
String |
getCorrelationIdentifier()
Gets the value of the correlationIdentifier property.
|
Integer |
getCost()
Gets the value of the cost property.
|
Integer |
getDelay()
Gets the value of the delay property.
|
String |
getDriver()
Gets the value of the driver property.
|
Integer |
getExpiration()
Gets the value of the expiration property.
|
String |
getGatewayMessageIdentifier()
Gets the value of the gatewayMessageIdentifier property.
|
StatusType |
getHighestStatusLevel()
Gets the value of the highestStatusLevel property.
|
Integer |
getMaxChunks()
Gets the value of the maxChunks property.
|
Integer |
getMaxResend()
Gets the value of the maxResend property.
|
PriorityType |
getPriority()
Gets the value of the priority property.
|
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.
|
Integer |
getSpeed()
Gets the value of the speed property.
|
TrackingType |
getTracking()
Gets the value of the tracking property.
|
void |
setAcceptedDate(XMLGregorianCalendar value)
Sets the value of the acceptedDate property.
|
void |
setApplicationInstanceName(String value)
Sets the value of the applicationInstanceName property.
|
void |
setApplicationName(String value)
Sets the value of the applicationName property.
|
void |
setCarrier(String value)
Sets the value of the carrier property.
|
void |
setChunkSize(Integer value)
Sets the value of the chunkSize property.
|
void |
setCorrelationIdentifier(String value)
Sets the value of the correlationIdentifier property.
|
void |
setCost(Integer value)
Sets the value of the cost property.
|
void |
setDelay(Integer value)
Sets the value of the delay property.
|
void |
setDriver(String value)
Sets the value of the driver property.
|
void |
setExpiration(Integer value)
Sets the value of the expiration property.
|
void |
setGatewayMessageIdentifier(String value)
Sets the value of the gatewayMessageIdentifier property.
|
void |
setHighestStatusLevel(StatusType value)
Sets the value of the highestStatusLevel property.
|
void |
setMaxChunks(Integer value)
Sets the value of the maxChunks property.
|
void |
setMaxResend(Integer value)
Sets the value of the maxResend property.
|
void |
setPriority(PriorityType value)
Sets the value of the priority property.
|
void |
setProtocol(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(Integer value)
Sets the value of the speed property.
|
void |
setTracking(TrackingType value)
Sets the value of the tracking property.
|
protected Integer delay
protected Integer expiration
protected PriorityType priority
protected Integer speed
protected Integer cost
protected ReliabilityType reliability
protected TrackingType tracking
protected SessionType session
protected XMLGregorianCalendar acceptedDate
protected String correlationIdentifier
protected String carrier
protected String protocol
protected String driver
protected String gatewayMessageIdentifier
protected Integer chunkSize
protected Integer maxChunks
protected Integer maxResend
protected StatusType highestStatusLevel
protected String applicationName
protected String applicationInstanceName
public Integer getDelay()
Integerpublic void setDelay(Integer value)
value - allowed object is
Integerpublic Integer getExpiration()
Integerpublic void setExpiration(Integer value)
value - allowed object is
Integerpublic PriorityType getPriority()
PriorityTypepublic void setPriority(PriorityType value)
value - allowed object is
PriorityTypepublic Integer getSpeed()
Integerpublic void setSpeed(Integer value)
value - allowed object is
Integerpublic Integer getCost()
Integerpublic void setCost(Integer value)
value - allowed object is
Integerpublic ReliabilityType getReliability()
ReliabilityTypepublic void setReliability(ReliabilityType value)
value - allowed object is
ReliabilityTypepublic TrackingType getTracking()
TrackingTypepublic void setTracking(TrackingType value)
value - allowed object is
TrackingTypepublic SessionType getSession()
SessionTypepublic void setSession(SessionType value)
value - allowed object is
SessionTypepublic XMLGregorianCalendar getAcceptedDate()
XMLGregorianCalendarpublic void setAcceptedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getCorrelationIdentifier()
Stringpublic void setCorrelationIdentifier(String value)
value - allowed object is
Stringpublic String getCarrier()
Stringpublic void setCarrier(String value)
value - allowed object is
Stringpublic String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic String getDriver()
Stringpublic void setDriver(String value)
value - allowed object is
Stringpublic String getGatewayMessageIdentifier()
Stringpublic void setGatewayMessageIdentifier(String value)
value - allowed object is
Stringpublic Integer getChunkSize()
Integerpublic void setChunkSize(Integer value)
value - allowed object is
Integerpublic Integer getMaxChunks()
Integerpublic void setMaxChunks(Integer value)
value - allowed object is
Integerpublic Integer getMaxResend()
Integerpublic void setMaxResend(Integer value)
value - allowed object is
Integerpublic StatusType getHighestStatusLevel()
StatusTypepublic void setHighestStatusLevel(StatusType value)
value - allowed object is
StatusTypepublic String getApplicationName()
Stringpublic void setApplicationName(String value)
value - allowed object is
Stringpublic String getApplicationInstanceName()
StringCopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.