Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent
Class MimeType

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.xcap.model.prescontent.MimeType

public class MimeType
extends Object

The PRES-CONTENT mime-type element.

Compliant with Presence Content XDM Specification v1.0

Author:
Grigorii Balutsel

Field Summary
protected  String value
          The element value.
 
Constructor Summary
MimeType()
           
 
Method Summary
 Map<QName,String> getAnyAttributes()
          Gets the value of the anyAttributes property.
 String getValue()
          Gets the value of the value 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
 

Field Detail

value

protected String value
The element value.

Constructor Detail

MimeType

public MimeType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
the value property.

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - the value to set.

getAnyAttributes

public Map<QName,String> getAnyAttributes()
Gets the value of the anyAttributes property.

Returns:
the anyAttributes property.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.