| com.google.code.linkedinapi.schema.Answer | 
   Known Indirect Subclasses
  
 | 
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>
 
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the author property. 
  
   | |||||||||||
Gets the value of the id property. 
  
   | |||||||||||
Gets the value of the webUrl property. 
  
   | |||||||||||
Sets the value of the author property. 
  
   | |||||||||||
Sets the value of the id property. 
  
   | |||||||||||
Sets the value of the webUrl property. 
  
   | |||||||||||
Gets the value of the author property.
Author
Gets the value of the id property.
Gets the value of the webUrl property.
Sets the value of the author property.
| value | Allowed object is
              Author
 | 
        
|---|
Sets the value of the id property.
| value | Allowed object is String | 
|---|
Sets the value of the webUrl property.
| value | Allowed object is String | 
|---|