public class GetPresenceResponse
extends java.lang.Object
Java class for GetPresenceResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPresenceResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="presence" type="{http://www.nortel.com/soa/oi/cct/types}presence"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetPresenceResponse() |
| Modifier and Type | Method and Description |
|---|---|
Presence |
getPresence()
Gets the value of the presence property.
|
void |
setPresence(Presence value)
Sets the value of the presence property.
|
Copyright © 2010 All Rights Reserved.