com.google.code.linkedinapi.schema
Interface DateOfBirth

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

public interface DateOfBirth
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"/>
         <element ref="{}day"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.Long getDay()
          Gets the value of the day property.
 java.lang.Long getMonth()
          Gets the value of the month property.
 java.lang.Long getYear()
          Gets the value of the year property.
 void setDay(java.lang.Long value)
          Sets the value of the day 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

getDay

java.lang.Long getDay()
Gets the value of the day property.

Returns:
possible object is String

setDay

void setDay(java.lang.Long value)
Sets the value of the day property.

Parameters:
value - allowed object is String