Documentation home page

CFlickr.photos
Component PhotoUrl

AbstractObject
  |
  +--photos.PhotoUrl

Method Summary
public string getType()
public string getUrl()
public PhotoUrl parseXmlElement(any xmlnode)
public void setType(string type)
public void setUrl(string photourl)

Methods inherited from AbstractObject
_iso_dateformat, _dump, _unix_dateformat
 

Method Detail

getType

public string getType()

getUrl

public string getUrl()

parseXmlElement

public CFlickr.photos.PhotoUrl parseXmlElement(any xmlnode)
Parameters:
any xmlnode (Required) - must be an xml element of type 'url'

setType

public void setType(string type)
Parameters:
string type (Required)

setUrl

public void setUrl(string photourl)
Parameters:
string photourl (Required)