Oracle Application Server Wireless Java API Reference
B14043-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
 oracle.panama.model.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(oracle.panama.model.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

TYPEID

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

TYPENAME

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

Method Detail

getAddress

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

getBrand

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

getDeliveryType

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

getDescription

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

getNormalizedAddress

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

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

setAddress

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

setBrand

public void setBrand(oracle.panama.model.Brand brand)
Sets the brand property value
Parameters:
brand - the new (brand) property value

setDescription

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.