|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A AccessPoint is the brand specific address/domain address.
| Field Summary | |
static int |
TYPEIDThe type id of this class. |
static java.lang.String |
TYPENAMEThe 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 |
public static final java.lang.String TYPENAME
public static final int TYPEID
| Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description text.public Brand getBrand()
public void setBrand(Brand brand)
brand - the new (brand) property valuepublic java.lang.String getAddress()
public java.lang.String getNormalizedAddress()
public void setAddress(DeliveryType deliveryType,
java.lang.String address)
address - the new (address) property valuepublic DeliveryType getDeliveryType()
public boolean isAccessible(Service service)
service - the service
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||