public class PhotosGetContactsPublicPhotos extends FlickrRequest implements org.apache.axis2.databinding.ADBBean
| Modifier and Type | Class and Description |
|---|---|
static class |
PhotosGetContactsPublicPhotos.Factory
Factory class that keeps the parse method
|
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
localCount
field for Count
|
protected boolean |
localCountTracker |
protected String |
localExtras
field for Extras
|
protected boolean |
localExtrasTracker |
protected BigInteger |
localInclude_self
field for Include_self
|
protected boolean |
localInclude_selfTracker |
protected BigInteger |
localJust_friends
field for Just_friends
|
protected boolean |
localJust_friendsTracker |
protected BigInteger |
localSingle_photo
field for Single_photo
|
protected boolean |
localSingle_photoTracker |
protected String |
localUser_id
field for User_id
|
static QName |
MY_QNAME |
localApi_key, localExtraElement, localExtraElementTracker| Constructor and Description |
|---|
PhotosGetContactsPublicPhotos() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCount()
Auto generated getter method
|
String |
getExtras()
Auto generated getter method
|
BigInteger |
getInclude_self()
Auto generated getter method
|
BigInteger |
getJust_friends()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object
|
BigInteger |
getSingle_photo()
Auto generated getter method
|
String |
getUser_id()
Auto generated getter method
|
boolean |
isCountSpecified() |
boolean |
isExtrasSpecified() |
boolean |
isInclude_selfSpecified() |
boolean |
isJust_friendsSpecified() |
boolean |
isSingle_photoSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setCount(BigInteger param)
Auto generated setter method
|
void |
setExtras(String param)
Auto generated setter method
|
void |
setInclude_self(BigInteger param)
Auto generated setter method
|
void |
setJust_friends(BigInteger param)
Auto generated setter method
|
void |
setSingle_photo(BigInteger param)
Auto generated setter method
|
void |
setUser_id(String param)
Auto generated setter method
|
addExtraElement, getApi_key, getExtraElement, isExtraElementSpecified, setApi_key, setExtraElement, validateExtraElementpublic static final QName MY_QNAME
protected String localUser_id
protected BigInteger localCount
protected boolean localCountTracker
protected BigInteger localJust_friends
protected boolean localJust_friendsTracker
protected BigInteger localSingle_photo
protected boolean localSingle_photoTracker
protected BigInteger localInclude_self
protected boolean localInclude_selfTracker
protected String localExtras
protected boolean localExtrasTracker
public String getUser_id()
public void setUser_id(String param)
param - User_idpublic boolean isCountSpecified()
public BigInteger getCount()
public void setCount(BigInteger param)
param - Countpublic boolean isJust_friendsSpecified()
public BigInteger getJust_friends()
public void setJust_friends(BigInteger param)
param - Just_friendspublic boolean isSingle_photoSpecified()
public BigInteger getSingle_photo()
public void setSingle_photo(BigInteger param)
param - Single_photopublic boolean isInclude_selfSpecified()
public BigInteger getInclude_self()
public void setInclude_self(BigInteger param)
param - Include_selfpublic boolean isExtrasSpecified()
public String getExtras()
public void setExtras(String param)
param - Extraspublic org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
getOMElement in interface org.apache.axis2.databinding.ADBBeangetOMElement in class FlickrRequestparentQName - factory - org.apache.axis2.databinding.ADBExceptionpublic void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize in interface org.apache.axis2.databinding.ADBBeanserialize in class FlickrRequestXMLStreamExceptionorg.apache.axis2.databinding.ADBExceptionpublic void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize in interface org.apache.axis2.databinding.ADBBeanserialize in class FlickrRequestXMLStreamExceptionorg.apache.axis2.databinding.ADBExceptionpublic XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
getPullParser in interface org.apache.axis2.databinding.ADBBeangetPullParser in class FlickrRequestorg.apache.axis2.databinding.ADBExceptionCopyright © 2015 WSO2 Inc. All rights reserved.