com.google.code.linkedinapi.schema
Interface SiteStandardProfileRequest

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
SiteStandardProfileRequestImpl, SiteStandardProfileRequestImpl

public interface SiteStandardProfileRequest
extends SchemaEntity

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}url"/>
         <element ref="{}headers" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Headers getHeaders()
          Gets the value of the headers property.
 java.lang.String getUrl()
          Gets the value of the url property.
 void setHeaders(Headers value)
          Sets the value of the headers property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 

Method Detail

getUrl

java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getHeaders

Headers getHeaders()
Gets the value of the headers property.

Returns:
possible object is Headers

setHeaders

void setHeaders(Headers value)
Sets the value of the headers property.

Parameters:
value - allowed object is Headers