|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.DescriptionType
public class DescriptionType
The PRES-CONTENT description element.
Compliant with Presence Content XDM Specification v1.0
| Constructor Summary | |
|---|---|
DescriptionType()
Creates description. |
|
DescriptionType(String value)
Creates description with value. |
|
DescriptionType(String value,
String lang)
Creates description with value and lang properties. |
|
| Method Summary | |
|---|---|
Map<QName,String> |
getAnyAttributes()
Gets the value of the anyAttributes property. |
String |
getLang()
Gets the value of the lang property. |
String |
getValue()
Gets the value of the value property. |
void |
setLang(String lang)
Sets the value of the lang property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescriptionType()
public DescriptionType(String value)
value - the value property.
public DescriptionType(String value,
String lang)
value - the value property.lang - the lang property.| Method Detail |
|---|
public String getValue()
public void setValue(String value)
value - the value to set.public String getLang()
public void setLang(String lang)
lang - the lang to set.public Map<QName,String> getAnyAttributes()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||