com.google.code.linkedinapi.schema
Interface Answer

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

public interface Answer
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="{}id"/>
         <element ref="{}web-url"/>
         <element ref="{}author"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Author getAuthor()
          Gets the value of the author property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getWebUrl()
          Gets the value of the webUrl property.
 void setAuthor(Author value)
          Sets the value of the author property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setWebUrl(java.lang.String value)
          Sets the value of the webUrl property.
 

Method Detail

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getWebUrl

java.lang.String getWebUrl()
Gets the value of the webUrl property.

Returns:
possible object is String

setWebUrl

void setWebUrl(java.lang.String value)
Sets the value of the webUrl property.

Parameters:
value - allowed object is String

getAuthor

Author getAuthor()
Gets the value of the author property.

Returns:
possible object is Author

setAuthor

void setAuthor(Author value)
Sets the value of the author property.

Parameters:
value - allowed object is Author