public class Status extends MessagingObject
Java class for status complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="status">
<complexContent>
<extension base="{http://xmlns.oracle.com/ucs/messaging/types}messagingObject">
<sequence>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="failoverStatus" type="{http://xmlns.oracle.com/ucs/messaging/types}status"/>
<element name="address" type="{http://xmlns.oracle.com/ucs/messaging/types}address"/>
<element name="recipient" type="{http://xmlns.oracle.com/ucs/messaging/types}address"/>
</sequence>
<attribute name="type" type="{http://xmlns.oracle.com/ucs/messaging/types}statusType" />
<attribute name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="messageIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="gatewayMessageIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="failoverOrder" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="totalFailovers" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="currentResend" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="maxResend" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="driver" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
MessagingObject.Metadata| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected String |
content |
protected Integer |
currentResend |
protected XMLGregorianCalendar |
date |
protected String |
driver |
protected Integer |
failoverOrder |
protected Status |
failoverStatus |
protected String |
gatewayMessageIdentifier |
protected Integer |
maxResend |
protected String |
messageIdentifier |
protected Address |
recipient |
protected Integer |
totalFailovers |
protected StatusType |
type |
metadata| Constructor and Description |
|---|
Status() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
String |
getContent()
Gets the value of the content property.
|
Integer |
getCurrentResend()
Gets the value of the currentResend property.
|
XMLGregorianCalendar |
getDate()
Gets the value of the date property.
|
String |
getDriver()
Gets the value of the driver property.
|
Integer |
getFailoverOrder()
Gets the value of the failoverOrder property.
|
Status |
getFailoverStatus()
Gets the value of the failoverStatus property.
|
String |
getGatewayMessageIdentifier()
Gets the value of the gatewayMessageIdentifier property.
|
Integer |
getMaxResend()
Gets the value of the maxResend property.
|
String |
getMessageIdentifier()
Gets the value of the messageIdentifier property.
|
Address |
getRecipient()
Gets the value of the recipient property.
|
Integer |
getTotalFailovers()
Gets the value of the totalFailovers property.
|
StatusType |
getType()
Gets the value of the type property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setCurrentResend(Integer value)
Sets the value of the currentResend property.
|
void |
setDate(XMLGregorianCalendar value)
Sets the value of the date property.
|
void |
setDriver(String value)
Sets the value of the driver property.
|
void |
setFailoverOrder(Integer value)
Sets the value of the failoverOrder property.
|
void |
setFailoverStatus(Status value)
Sets the value of the failoverStatus property.
|
void |
setGatewayMessageIdentifier(String value)
Sets the value of the gatewayMessageIdentifier property.
|
void |
setMaxResend(Integer value)
Sets the value of the maxResend property.
|
void |
setMessageIdentifier(String value)
Sets the value of the messageIdentifier property.
|
void |
setRecipient(Address value)
Sets the value of the recipient property.
|
void |
setTotalFailovers(Integer value)
Sets the value of the totalFailovers property.
|
void |
setType(StatusType value)
Sets the value of the type property.
|
getMetadata, setMetadataprotected String content
protected Status failoverStatus
protected Address address
protected Address recipient
protected StatusType type
protected XMLGregorianCalendar date
protected String messageIdentifier
protected String gatewayMessageIdentifier
protected Integer failoverOrder
protected Integer totalFailovers
protected Integer currentResend
protected Integer maxResend
protected String driver
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic Status getFailoverStatus()
Statuspublic void setFailoverStatus(Status value)
value - allowed object is
Statuspublic Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic Address getRecipient()
Addresspublic void setRecipient(Address value)
value - allowed object is
Addresspublic StatusType getType()
StatusTypepublic void setType(StatusType value)
value - allowed object is
StatusTypepublic XMLGregorianCalendar getDate()
XMLGregorianCalendarpublic void setDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getMessageIdentifier()
Stringpublic void setMessageIdentifier(String value)
value - allowed object is
Stringpublic String getGatewayMessageIdentifier()
Stringpublic void setGatewayMessageIdentifier(String value)
value - allowed object is
Stringpublic Integer getFailoverOrder()
Integerpublic void setFailoverOrder(Integer value)
value - allowed object is
Integerpublic Integer getTotalFailovers()
Integerpublic void setTotalFailovers(Integer value)
value - allowed object is
Integerpublic Integer getCurrentResend()
Integerpublic void setCurrentResend(Integer value)
value - allowed object is
Integerpublic Integer getMaxResend()
Integerpublic void setMaxResend(Integer value)
value - allowed object is
Integerpublic String getDriver()
StringCopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.