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

oracle.ucs.messaging.ws.types
Class AccessPoint

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

public class AccessPoint
extends MessagingObject

Java class for accessPoint complex type.

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

 <complexType name="accessPoint">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/ucs/messaging/types}messagingObject">
       <sequence>
         <element name="deliveryType" type="{http://xmlns.oracle.com/ucs/messaging/types}deliveryType"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="keyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{http://xmlns.oracle.com/ucs/messaging/types}accessPointType" default="SINGLE_ADDRESS" />
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.ucs.messaging.ws.types.MessagingObject
MessagingObject.Metadata
 
Constructor Summary
AccessPoint()
           
 
Method Summary
 DeliveryType getDeliveryType()
          Gets the value of the deliveryType property.
 java.lang.String getKeyword()
          Gets the value of the keyword property.
 AccessPointType getType()
          Gets the value of the type property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setDeliveryType(DeliveryType value)
          Sets the value of the deliveryType property.
 void setKeyword(java.lang.String value)
          Sets the value of the keyword property.
 void setType(AccessPointType 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

AccessPoint

public AccessPoint()
Method Detail

getDeliveryType

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

Returns:
possible object is DeliveryType

getKeyword

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

Returns:
possible object is String

getType

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

Returns:
possible object is AccessPointType

getValue

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

Returns:
possible object is String

setDeliveryType

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

Parameters:
value - allowed object is DeliveryType

setKeyword

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

Parameters:
value - allowed object is String

setType

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

Parameters:
value - allowed object is AccessPointType

setValue

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

Parameters:
value - allowed object is String

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.