com.google.code.linkedinapi.schema
Interface EndDate

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

public interface EndDate
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="{}year"/>
         <element ref="{}month" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.Long getMonth()
          Gets the value of the month property.
 java.lang.Long getYear()
          Gets the value of the year property.
 void setMonth(java.lang.Long value)
          Sets the value of the month property.
 void setYear(java.lang.Long value)
          Sets the value of the year property.
 

Method Detail

getYear

java.lang.Long getYear()
Gets the value of the year property.

Returns:
possible object is String

setYear

void setYear(java.lang.Long value)
Sets the value of the year property.

Parameters:
value - allowed object is String

getMonth

java.lang.Long getMonth()
Gets the value of the month property.

Returns:
possible object is String

setMonth

void setMonth(java.lang.Long value)
Sets the value of the month property.

Parameters:
value - allowed object is String