com.google.code.linkedinapi.schema
Interface UpdateComment

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

public interface UpdateComment
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>
         <sequence minOccurs="0">
           <element ref="{}id"/>
           <element ref="{}sequence-number"/>
         </sequence>
         <element ref="{}comment"/>
         <sequence minOccurs="0">
           <element ref="{}person"/>
           <element ref="{}timestamp"/>
         </sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getComment()
          Gets the value of the comment property.
 java.lang.String getId()
          Gets the value of the id property.
 Person getPerson()
          Gets the value of the person property.
 java.lang.Long getSequenceNumber()
          Gets the value of the sequenceNumber property.
 java.lang.Long getTimestamp()
          Gets the value of the timestamp property.
 void setComment(java.lang.String value)
          Sets the value of the comment property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setPerson(Person value)
          Sets the value of the person property.
 void setSequenceNumber(java.lang.Long value)
          Sets the value of the sequenceNumber property.
 void setTimestamp(java.lang.Long value)
          Sets the value of the timestamp 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

getSequenceNumber

java.lang.Long getSequenceNumber()
Gets the value of the sequenceNumber property.

Returns:
possible object is String

setSequenceNumber

void setSequenceNumber(java.lang.Long value)
Sets the value of the sequenceNumber property.

Parameters:
value - allowed object is String

getComment

java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getPerson

Person getPerson()
Gets the value of the person property.

Returns:
possible object is Person

setPerson

void setPerson(Person value)
Sets the value of the person property.

Parameters:
value - allowed object is Person

getTimestamp

java.lang.Long getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is String

setTimestamp

void setTimestamp(java.lang.Long value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is String