AbstractObject
|
+--photos.Permission
getIsContact
public boolean getIsContact()
-
getIsFamily
public boolean getIsFamily()
-
getIsFriend
public boolean getIsFriend()
-
getIsPublic
public boolean getIsPublic()
-
getPermAddMeta
public boolean getPermAddMeta()
-
getPermComment
public numeric getPermComment()
-
parseXmlElement
public CFlickr.photos.Permission parseXmlElement(any xmlnode)
-
- Parameters:
any xmlnode (Required)
setIsContact
public void setIsContact(boolean iscontact)
-
- Parameters:
boolean iscontact (Required)
setIsFamily
public void setIsFamily(boolean isfamily)
-
- Parameters:
boolean isfamily (Required)
setIsFriend
public void setIsFriend(boolean isfriend)
-
- Parameters:
boolean isfriend (Required)
setIsPublic
public void setIsPublic(boolean ispublic)
-
- Parameters:
boolean ispublic (Required)
setPermAddMeta
public void setPermAddMeta(boolean permaddmeta)
-
- Parameters:
boolean permaddmeta (Required)
setPermComment
public void setPermComment(numeric permcomment)
-
- Parameters:
numeric permcomment (Required)