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

oracle.ucs.messaging.ws.types
Class Status

java.lang.Object
  extended by oracle.ucs.messaging.ws.types.MessagingObject
      extended by oracle.ucs.messaging.ws.types.Status

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="driver" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.ucs.messaging.ws.types.MessagingObject
MessagingObject.Metadata
 
Constructor Summary
Status()
           
 
Method Summary
 Address getAddress()
          Gets the value of the address property.
 java.lang.String getContent()
          Gets the value of the content property.
 javax.xml.datatype.XMLGregorianCalendar getDate()
          Gets the value of the date property.
 java.lang.String getDriver()
          Gets the value of the driver property.
 java.lang.Integer getFailoverOrder()
          Gets the value of the failoverOrder property.
 Status getFailoverStatus()
          Gets the value of the failoverStatus property.
 java.lang.String getGatewayMessageIdentifier()
          Gets the value of the gatewayMessageIdentifier property.
 java.lang.String getMessageIdentifier()
          Gets the value of the messageIdentifier property.
 Address getRecipient()
          Gets the value of the recipient property.
 java.lang.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(java.lang.String value)
          Sets the value of the content property.
 void setDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the date property.
 void setDriver(java.lang.String value)
          Sets the value of the driver property.
 void setFailoverOrder(java.lang.Integer value)
          Sets the value of the failoverOrder property.
 void setFailoverStatus(Status value)
          Sets the value of the failoverStatus property.
 void setGatewayMessageIdentifier(java.lang.String value)
          Sets the value of the gatewayMessageIdentifier property.
 void setMessageIdentifier(java.lang.String value)
          Sets the value of the messageIdentifier property.
 void setRecipient(Address value)
          Sets the value of the recipient property.
 void setTotalFailovers(java.lang.Integer value)
          Sets the value of the totalFailovers property.
 void setType(StatusType value)
          Sets the value of the type property.
 
Methods inherited from class oracle.ucs.messaging.ws.types.MessagingObject
getMetadata, setMetadata
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Status

public Status()
Method Detail

getAddress

public Address getAddress()
Gets the value of the address property.

Returns:
possible object is Address

getContent

public java.lang.String getContent()
Gets the value of the content property.

Returns:
possible object is String

getDate

public javax.xml.datatype.XMLGregorianCalendar getDate()
Gets the value of the date property.

Returns:
possible object is XMLGregorianCalendar

getDriver

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

Returns:
possible object is String

getFailoverOrder

public java.lang.Integer getFailoverOrder()
Gets the value of the failoverOrder property.

Returns:
possible object is Integer

getFailoverStatus

public Status getFailoverStatus()
Gets the value of the failoverStatus property.

Returns:
possible object is Status

getGatewayMessageIdentifier

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

Returns:
possible object is String

getMessageIdentifier

public java.lang.String getMessageIdentifier()
Gets the value of the messageIdentifier property.

Returns:
possible object is String

getRecipient

public Address getRecipient()
Gets the value of the recipient property.

Returns:
possible object is Address

getTotalFailovers

public java.lang.Integer getTotalFailovers()
Gets the value of the totalFailovers property.

Returns:
possible object is Integer

getType

public StatusType getType()
Gets the value of the type property.

Returns:
possible object is StatusType

setAddress

public void setAddress(Address value)
Sets the value of the address property.

Parameters:
value - allowed object is Address

setContent

public void setContent(java.lang.String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

setDate

public void setDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date property.

Parameters:
value - allowed object is XMLGregorianCalendar

setDriver

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

Parameters:
value - allowed object is String

setFailoverOrder

public void setFailoverOrder(java.lang.Integer value)
Sets the value of the failoverOrder property.

Parameters:
value - allowed object is Integer

setFailoverStatus

public void setFailoverStatus(Status value)
Sets the value of the failoverStatus property.

Parameters:
value - allowed object is Status

setGatewayMessageIdentifier

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

Parameters:
value - allowed object is String

setMessageIdentifier

public void setMessageIdentifier(java.lang.String value)
Sets the value of the messageIdentifier property.

Parameters:
value - allowed object is String

setRecipient

public void setRecipient(Address value)
Sets the value of the recipient property.

Parameters:
value - allowed object is Address

setTotalFailovers

public void setTotalFailovers(java.lang.Integer value)
Sets the value of the totalFailovers property.

Parameters:
value - allowed object is Integer

setType

public void setType(StatusType value)
Sets the value of the type property.

Parameters:
value - allowed object is StatusType

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.