|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceInformation
Specifies a set of presence information elements that are typically used as
presence information for a service.
The �service� component (defined in [RFC4479]) SHALL be mapped to the
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.cafe.api.presence.PresenceInformation
PresenceInformation.Status
Method Summary
GeographicalLocationcreateGeographicalLocation()
Creates a GeographicalLocation and adds it to this ServiceInformation.
StringgetContact()
Returns the contact information.
StringgetContactPriority()
Gets contact information priority.
StringgetDeviceID()
Gets Per service device identifier..
GeographicalLocationgetGeographicalLocationInfo()
Returns a GeographicalLocationInfo interface representing the
geographical location of this service.
StringgetId()
Returns the service id.
StringgetServiceDescriptionText()
Gets the ServiceDescriptionText.
StringgetServiceID()
Gets the service ID.
PresenceInformation.StatusgetStatus()
Gets service status: OPEN or CLOSE.
StringgetStatusIcon()
Gets the status icon.
StringgetVersion()
Gets the version.
PresenceInformation.StatusgetWillingness()
The
voidsetContact(String contact)
Sets contacts value.
voidsetContactPriority(String value)
Sets contact priority information.
voidsetDeviceID(String deviceID)
Sets Per service device identifier.
voidsetNote(String statusMessage)
Sets note.
voidsetServiceDescriptionText(String text)
The
voidsetStatus(PresenceInformation.Status status)
Sets service status: OPEN or CLOSE.
voidsetStatusIcon(String icon)
Sets a new status icon.
voidsetWillingness(PresenceInformation.Status status)
Sets the willingness status.
Methods inherited from interface org.glassfish.cafe.api.presence.PresenceInformation
addElement, getElementNS, getElementsNS, getNote, getNotes, getRpidClass, getTimeStamp, setRpidClass
Method Detail
getId
String getId()
getContact
String getContact()
setContact
void setContact(String contact)
getContactPriority
String getContactPriority()
setContactPriority
void setContactPriority(String value)
setStatus
void setStatus(PresenceInformation.Status status)
getStatus
PresenceInformation.Status getStatus()
setNote
void setNote(String statusMessage)
setStatusIcon
void setStatusIcon(String icon)
getStatusIcon
String getStatusIcon()
setWillingness
void setWillingness(PresenceInformation.Status status)
getWillingness
PresenceInformation.Status getWillingness()
setDeviceID
void setDeviceID(String deviceID)
getDeviceID
String getDeviceID()
getServiceID
String getServiceID()
getVersion
String getVersion()
getServiceDescriptionText
String getServiceDescriptionText()
setServiceDescriptionText
void setServiceDescriptionText(String text)
createGeographicalLocation
GeographicalLocation createGeographicalLocation()
getGeographicalLocationInfo
GeographicalLocation getGeographicalLocationInfo()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2010. All Rights Reserved.