|
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.EntryType
public class EntryType
The XCAP entry element.
Compliant with rfc4825, rfc4826
| Constructor Summary | |
|---|---|
EntryType()
Create the entry element. |
|
EntryType(String uri)
Create the entry element with the uri attribute. |
|
| Method Summary | |
|---|---|
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. |
String |
getUri()
Gets the value of the uri 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 |
setDisplayName(DisplayNameType displayName)
Sets the value of the displayName property. |
void |
setUri(String uri)
Sets the value of the uri property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
EntryType()
public EntryType(String uri)
uri - the uri attribute.
IllegalArgumentException - if uri attribute is null or empty.| Method Detail |
|---|
public String getUri()
public void setUri(String uri)
uri - the uri to set.public DisplayNameType getDisplayName()
public void setDisplayName(DisplayNameType displayName)
displayName - the displayName 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 | |||||||||