public class Presence
extends java.lang.Object
Java class for presence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="presence"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="status" type="{http://www.nortel.com/soa/oi/cct/types}presenceStatus"/> <element name="extendedStatus" type="{http://www.nortel.com/soa/oi/cct/types}presenceExtendedStatus"/> <element name="activity" type="{http://www.nortel.com/soa/oi/cct/types}presenceActivity"/> <element name="rawXml" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="note" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Presence() |
Modifier and Type | Method and Description |
---|---|
PresenceActivity |
getActivity()
Gets the value of the activity property.
|
PresenceExtendedStatus |
getExtendedStatus()
Gets the value of the extendedStatus property.
|
java.lang.String |
getNote()
Gets the value of the note property.
|
java.lang.String |
getRawXml()
Gets the value of the rawXml property.
|
PresenceStatus |
getStatus()
Gets the value of the status property.
|
void |
setActivity(PresenceActivity value)
Sets the value of the activity property.
|
void |
setExtendedStatus(PresenceExtendedStatus value)
Sets the value of the extendedStatus property.
|
void |
setNote(java.lang.String value)
Sets the value of the note property.
|
void |
setRawXml(java.lang.String value)
Sets the value of the rawXml property.
|
void |
setStatus(PresenceStatus value)
Sets the value of the status property.
|
public PresenceStatus getStatus()
PresenceStatus
public void setStatus(PresenceStatus value)
value
- allowed object is
PresenceStatus
public PresenceExtendedStatus getExtendedStatus()
PresenceExtendedStatus
public void setExtendedStatus(PresenceExtendedStatus value)
value
- allowed object is
PresenceExtendedStatus
public PresenceActivity getActivity()
PresenceActivity
public void setActivity(PresenceActivity value)
value
- allowed object is
PresenceActivity
public java.lang.String getRawXml()
String
public void setRawXml(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNote()
String
public void setNote(java.lang.String value)
value
- allowed object is
String
Copyright © 2010 All Rights Reserved.