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 |
public string getType()
public string getUrl()
public CFlickr.photos.PhotoUrl parseXmlElement(any xmlnode)
any xmlnode (Required) - must be an xml element of type 'url'public void setType(string type)
string type (Required)public void setUrl(string photourl)
string photourl (Required)