|
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.ListType
public class ListType
The XCAP list element.
Compliant with rfc4825, rfc4826
| Field Summary | |
|---|---|
protected DisplayNameType |
displayName
The display-name element. |
protected List<EntryType> |
entries
The list of entry elements. |
protected List<EntryRefType> |
entryRefs
The list of entry-ref elements. |
protected List<ExternalType> |
externals
The list of external elements. |
protected List<ListType> |
lists
The list of list elements. |
protected String |
name
The name attribute. |
| Constructor Summary | |
|---|---|
ListType()
|
|
| 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. |
List<EntryType> |
getEntries()
Gets the value of the entries property. |
List<EntryRefType> |
getEntryRefs()
Gets the value of the entryRefs property. |
List<ExternalType> |
getExternals()
Gets the value of the externals property. |
List<ListType> |
getLists()
Gets the value of the lists property. |
String |
getName()
Gets the value of the name 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 |
setName(String name)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected DisplayNameType displayName
protected List<EntryType> entries
protected List<ExternalType> externals
protected List<ListType> lists
protected List<EntryRefType> entryRefs
| Constructor Detail |
|---|
public ListType()
| Method Detail |
|---|
public DisplayNameType getDisplayName()
public void setDisplayName(DisplayNameType displayName)
displayName - the displayName to set.public String getName()
public void setName(String name)
name - the name to set.public List<EntryType> getEntries()
public List<ExternalType> getExternals()
public List<ListType> getLists()
public List<EntryRefType> getEntryRefs()
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 | |||||||||