Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists
Class ExternalType

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.xcap.model.resourcelists.ExternalType

public class ExternalType
extends Object

The XCAP external element.

Compliant with rfc4825, rfc4826

Author:
Grigorii Balutsel

Field Summary
protected  String anchor
          The danchor attribute.
 
Constructor Summary
ExternalType()
           
 
Method Summary
 String getAnchor()
          Gets the value of the anchor property.
 List<Element> getAny()
          Gets the value of the any property.
 Map<QName,String> getAnyAttributes()
          Gets the value of the anyAttributes property.
 DisplayNameType getDisplayName()
          Gets the value of the displayName property.
 void setAnchor(String anchor)
          Sets the value of the anchor property.
 void setDisplayName(DisplayNameType displayName)
          Sets the value of the displayName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

anchor

protected String anchor
The danchor attribute.

Constructor Detail

ExternalType

public ExternalType()
Method Detail

getAnchor

public String getAnchor()
Gets the value of the anchor property.

Returns:
the anchor property.

setAnchor

public void setAnchor(String anchor)
Sets the value of the anchor property.

Parameters:
anchor - the anchor to set.

getDisplayName

public DisplayNameType getDisplayName()
Gets the value of the displayName property.

Returns:
the displayName property.

setDisplayName

public void setDisplayName(DisplayNameType displayName)
Sets the value of the displayName property.

Parameters:
displayName - the displayName to set.

getAny

public List<Element> getAny()
Gets the value of the any property.

Returns:
the any property.

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.