AbstractObject
|
+--AbstractList
|
+--photos.PhotoList
|
+--photosets.Photoset
| Methods inherited from AbstractList |
getItems,
getTotal,
getPages,
setItems,
removeItem,
getPage,
setPages,
setPage,
addItem,
setPerPage,
getPerPage,
setTotal
|
getDescription
public string getDescription()
-
getId
public string getId()
-
getOwnerId
public string getOwnerId()
-
getPhotoCount
public numeric getPhotoCount()
-
getPrimaryPhoto
public CFlickr.photos.Photo getPrimaryPhoto()
-
getTitle
public string getTitle()
-
getUrl
public string getUrl()
-
parseXmlElement
public CFlickr.photosets.Photoset parseXmlElement(any xmlnode)
-
- Parameters:
any xmlnode (Required) - must be an xml element of type 'photoset'
setDescription
public void setDescription(string description)
-
- Parameters:
string description (Required)
setId
public void setId(string id)
-
- Parameters:
string id (Required)
setOwnerId
public void setOwnerId(string owner)
-
- Parameters:
string owner (Required)
setPhotoCount
public void setPhotoCount(numeric photocount)
-
- Parameters:
numeric photocount (Required)
setPrimaryPhoto
public void setPrimaryPhoto(Photo primaryPhoto)
-
- Parameters:
Photo primaryPhoto (Required)
setTitle
public void setTitle(string title)
-
- Parameters:
string title (Required)
setUrl
public void setUrl(string url)
-
- Parameters:
string url (Required)