Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface AccessPoint

All Superinterfaces:
ModelObject, XMLObject
All Known Subinterfaces:
ServiceAccessPoint, ServiceCategoryAccessPoint

public interface AccessPoint
extends ModelObject

A AccessPoint is the brand specific address/domain address.


Field Summary
static int TYPEID
          The type id of this class.
static java.lang.String TYPENAME
          The constant class type identifier.

 

Method Summary
 java.lang.String getAddress()
          Gets the address property value
 Brand getBrand()
          Gets the Brand this access point belongs to
 DeliveryType getDeliveryType()
          Gets the delivery type property value
 java.lang.String getDescription()
           
 java.lang.String getNormalizedAddress()
          Gets the normailized address
 boolean isAccessible(Service service)
          Whether a service can be accessed through this access point
 void setAddress(DeliveryType deliveryType, java.lang.String address)
          Sets the access channel property value
 void setBrand(Brand brand)
          Sets the brand property value
 void setDescription(java.lang.String description)
           

 

Methods inherited from interface oracle.panama.model.ModelObject
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId, getTypeName, isSystem, setName, setSystem, undoAll

 

Methods inherited from interface oracle.panama.model.XMLObject
setXML, toXML

 

Field Detail

TYPENAME

public static final java.lang.String TYPENAME
The constant class type identifier.
See Also:
Constant Field Values

TYPEID

public static final int TYPEID
The type id of this class.
See Also:
Constant Field Values
Method Detail

getDescription

public java.lang.String getDescription()
Returns:
the description or null if not set.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - the description text.

getBrand

public Brand getBrand()
Gets the Brand this access point belongs to
Returns:
Brand of the Access Point

setBrand

public void setBrand(Brand brand)
Sets the brand property value
Parameters:
brand - the new (brand) property value

getAddress

public java.lang.String getAddress()
Gets the address property value
Returns:
the address

getNormalizedAddress

public java.lang.String getNormalizedAddress()
Gets the normailized address
Returns:
the normalized Address

setAddress

public void setAddress(DeliveryType deliveryType,
                       java.lang.String address)
Sets the access channel property value
Parameters:
address - the new (address) property value

getDeliveryType

public DeliveryType getDeliveryType()
Gets the delivery type property value
Returns:
the channel

isAccessible

public boolean isAccessible(Service service)
Whether a service can be accessed through this access point
Parameters:
service - the service
Returns:
true if the service can be accessed through this access point

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.