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()
PresenceStatuspublic void setStatus(PresenceStatus value)
value - allowed object is
PresenceStatuspublic PresenceExtendedStatus getExtendedStatus()
PresenceExtendedStatuspublic void setExtendedStatus(PresenceExtendedStatus value)
value - allowed object is
PresenceExtendedStatuspublic PresenceActivity getActivity()
PresenceActivitypublic void setActivity(PresenceActivity value)
value - allowed object is
PresenceActivitypublic java.lang.String getRawXml()
Stringpublic void setRawXml(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNote()
Stringpublic void setNote(java.lang.String value)
value - allowed object is
StringCopyright © 2010 All Rights Reserved.