|
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.ContentType
public class ContentType
The XCAP content element.
Compliant with Presence Content XDM Specification v1.0
| Constructor Summary | |
|---|---|
ContentType()
|
|
| Method Summary | |
|---|---|
List<Element> |
getAny()
Gets the value of the any property. |
Map<QName,String> |
getAnyAttributes()
Gets the value of the anyAttributes property. |
DataType |
getData()
Gets the value of the data property. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
EncodingType |
getEncoding()
Gets the value of the encoding property. |
MimeType |
getMimeType()
Gets the value of the mimeType property. |
void |
setAny(List<Element> any)
Sets the value of the any property. |
void |
setAnyAttributes(Map<QName,String> anyAttributes)
Sets the value of the anyAttributes property. |
void |
setData(DataType data)
Sets the value of the data property. |
void |
setEncoding(EncodingType encoding)
Sets the value of the encoding property. |
void |
setMimeType(MimeType mimeType)
Sets the value of the mimeType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentType()
| Method Detail |
|---|
public MimeType getMimeType()
public void setMimeType(MimeType mimeType)
mimeType - the mimeType to set.public EncodingType getEncoding()
public void setEncoding(EncodingType encoding)
encoding - the encoding to set.public List<DescriptionType> getDescription()
public DataType getData()
public void setData(DataType data)
data - the data to set.public List<Element> getAny()
public void setAny(List<Element> any)
any - the any to set.public Map<QName,String> getAnyAttributes()
public void setAnyAttributes(Map<QName,String> anyAttributes)
anyAttributes - the anyAttributes to set.
|
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 | |||||||||