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>
MessagingObject.Metadata| Modifier and Type | Field and Description |
|---|---|
protected DeliveryType |
deliveryType |
protected String |
keyword |
protected AccessPointType |
type |
protected String |
value |
metadata| Constructor and Description |
|---|
AccessPoint() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryType |
getDeliveryType()
Gets the value of the deliveryType property.
|
String |
getKeyword()
Gets the value of the keyword property.
|
AccessPointType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDeliveryType(DeliveryType value)
Sets the value of the deliveryType property.
|
void |
setKeyword(String value)
Sets the value of the keyword property.
|
void |
setType(AccessPointType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getMetadata, setMetadataprotected DeliveryType deliveryType
protected String value
protected String keyword
protected AccessPointType type
public DeliveryType getDeliveryType()
DeliveryTypepublic void setDeliveryType(DeliveryType value)
value - allowed object is
DeliveryTypepublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getKeyword()
Stringpublic void setKeyword(String value)
value - allowed object is
Stringpublic AccessPointType getType()
AccessPointTypepublic void setType(AccessPointType value)
value - allowed object is
AccessPointTypeCopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.