|
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.resourcelists.ExternalType
public class ExternalType
The XCAP external element.
Compliant with rfc4825, rfc4826
| 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 |
|---|
protected String anchor
| Constructor Detail |
|---|
public ExternalType()
| Method Detail |
|---|
public String getAnchor()
public void setAnchor(String anchor)
anchor - the anchor to set.public DisplayNameType getDisplayName()
public void setDisplayName(DisplayNameType displayName)
displayName - the displayName to set.public List<Element> getAny()
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 | |||||||||