|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.Presence
public class Presence
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 Summary | |
---|---|
Presence()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Presence()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |