Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

oracle.ucs.messaging.ws.types
Class Address

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

public class Address
extends MessagingObject

Java class for address complex type.

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

 <complexType name="address">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/ucs/messaging/types}messagingObject">
       <sequence>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="failoverAddress" type="{http://xmlns.oracle.com/ucs/messaging/types}address" minOccurs="0"/>
       </sequence>
       <attribute name="type" use="required" type="{http://xmlns.oracle.com/ucs/messaging/types}addressType" />
       <attribute name="deliveryType" use="required" type="{http://xmlns.oracle.com/ucs/messaging/types}deliveryType" />
       <attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="carrier" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="successStatusType" type="{http://xmlns.oracle.com/ucs/messaging/types}statusType" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.ucs.messaging.ws.types.MessagingObject
MessagingObject.Metadata
 
Constructor Summary
Address()
           
 
Method Summary
 java.lang.String getCarrier()
          Gets the value of the carrier property.
 DeliveryType getDeliveryType()
          Gets the value of the deliveryType property.
 java.lang.String getEncoding()
          Gets the value of the encoding property.
 Address getFailoverAddress()
          Gets the value of the failoverAddress property.
 java.lang.String getName()
          Gets the value of the name property.
 StatusType getSuccessStatusType()
          Gets the value of the successStatusType property.
 java.lang.Integer getTimeout()
          Gets the value of the timeout property.
 AddressType getType()
          Gets the value of the type property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setCarrier(java.lang.String value)
          Sets the value of the carrier property.
 void setDeliveryType(DeliveryType value)
          Sets the value of the deliveryType property.
 void setEncoding(java.lang.String value)
          Sets the value of the encoding property.
 void setFailoverAddress(Address value)
          Sets the value of the failoverAddress property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setSuccessStatusType(StatusType value)
          Sets the value of the successStatusType property.
 void setTimeout(java.lang.Integer value)
          Sets the value of the timeout property.
 void setType(AddressType value)
          Sets the value of the type property.
 void setValue(java.lang.String value)
          Sets the value of the value 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

Address

public Address()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getFailoverAddress

public Address getFailoverAddress()
Gets the value of the failoverAddress property.

Returns:
possible object is Address

setFailoverAddress

public void setFailoverAddress(Address value)
Sets the value of the failoverAddress property.

Parameters:
value - allowed object is Address

getType

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

Returns:
possible object is AddressType

setType

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

Parameters:
value - allowed object is AddressType

getDeliveryType

public DeliveryType getDeliveryType()
Gets the value of the deliveryType property.

Returns:
possible object is DeliveryType

setDeliveryType

public void setDeliveryType(DeliveryType value)
Sets the value of the deliveryType property.

Parameters:
value - allowed object is DeliveryType

getEncoding

public java.lang.String getEncoding()
Gets the value of the encoding property.

Returns:
possible object is String

setEncoding

public void setEncoding(java.lang.String value)
Sets the value of the encoding property.

Parameters:
value - allowed object is String

getCarrier

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

Returns:
possible object is String

setCarrier

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

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getTimeout

public java.lang.Integer getTimeout()
Gets the value of the timeout property.

Returns:
possible object is Integer

setTimeout

public void setTimeout(java.lang.Integer value)
Sets the value of the timeout property.

Parameters:
value - allowed object is Integer

getSuccessStatusType

public StatusType getSuccessStatusType()
Gets the value of the successStatusType property.

Returns:
possible object is StatusType

setSuccessStatusType

public void setSuccessStatusType(StatusType value)
Sets the value of the successStatusType property.

Parameters:
value - allowed object is StatusType

Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

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