Documentation home page

CFlickr.photos
Component Exif

AbstractObject
  |
  +--photos.Exif

Method Summary
public string getClean()
This method returns a pretty-formatted version of the tag where availabale
public string getLabel()
public string getRaw()
public numeric getTag()
public string getTagSpace()
public numeric getTagSpaceId()
public Exif parseXmlElement(any xmlnode)
public void setClean(string clean)
public void setLabel(string label)
public void setRaw(string raw)
public void setTag(numeric tag)
public void setTagSpace(string tagspace)
public void setTagSpaceId(numeric tagspaceid)

Methods inherited from AbstractObject
_iso_dateformat, _dump, _unix_dateformat
 

Method Detail

getClean

public string getClean()
This method returns a pretty-formatted version of the tag where availabale


getLabel

public string getLabel()

getRaw

public string getRaw()

getTag

public numeric getTag()

getTagSpace

public string getTagSpace()

getTagSpaceId

public numeric getTagSpaceId()

parseXmlElement

public CFlickr.photos.Exif parseXmlElement(any xmlnode)
Parameters:
any xmlnode (Required)

setClean

public void setClean(string clean)
Parameters:
string clean (Required)

setLabel

public void setLabel(string label)
Parameters:
string label (Required)

setRaw

public void setRaw(string raw)
Parameters:
string raw (Required)

setTag

public void setTag(numeric tag)
Parameters:
numeric tag (Required)

setTagSpace

public void setTagSpace(string tagspace)
Parameters:
string tagspace (Required)

setTagSpaceId

public void setTagSpaceId(numeric tagspaceid)
Parameters:
numeric tagspaceid (Required)