com.google.code.linkedinapi.schema.xpp
Class ApiStandardProfileRequestImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.ApiStandardProfileRequestImpl
All Implemented Interfaces:
ApiStandardProfileRequest, SchemaEntity, java.io.Serializable

public class ApiStandardProfileRequestImpl
extends BaseSchemaEntity
implements ApiStandardProfileRequest

See Also:
Serialized Form

Field Summary
protected  HeadersImpl headers
           
private static long serialVersionUID
           
protected  java.lang.String url
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
ApiStandardProfileRequestImpl()
           
 
Method Summary
 Headers getHeaders()
          Gets the value of the headers property.
 java.lang.String getUrl()
          Gets the value of the url property.
 void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 void setHeaders(Headers value)
          Sets the value of the headers property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 void toXml(org.xmlpull.v1.XmlSerializer serializer)
          To xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

url

protected java.lang.String url

headers

protected HeadersImpl headers
Constructor Detail

ApiStandardProfileRequestImpl

public ApiStandardProfileRequestImpl()
Method Detail

getUrl

public java.lang.String getUrl()
Description copied from interface: ApiStandardProfileRequest
Gets the value of the url property.

Specified by:
getUrl in interface ApiStandardProfileRequest
Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Description copied from interface: ApiStandardProfileRequest
Sets the value of the url property.

Specified by:
setUrl in interface ApiStandardProfileRequest
Parameters:
value - allowed object is String

getHeaders

public Headers getHeaders()
Description copied from interface: ApiStandardProfileRequest
Gets the value of the headers property.

Specified by:
getHeaders in interface ApiStandardProfileRequest
Returns:
possible object is Headers

setHeaders

public void setHeaders(Headers value)
Description copied from interface: ApiStandardProfileRequest
Sets the value of the headers property.

Specified by:
setHeaders in interface ApiStandardProfileRequest
Parameters:
value - allowed object is Headers

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO