public interface

Date

implements SchemaEntity
com.google.code.linkedinapi.schema.Date
Known Indirect Subclasses

Class Overview

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>
 

Summary

Public Methods
abstract Long getDay()
Gets the value of the day property.
abstract Long getMonth()
Gets the value of the month property.
abstract Long getYear()
Gets the value of the year property.
abstract void setDay(Long value)
Sets the value of the day property.
abstract void setMonth(Long value)
Sets the value of the month property.
abstract void setYear(Long value)
Sets the value of the year property.

Public Methods

public abstract Long getDay ()

Gets the value of the day property.

Returns
  • possible object is String

public abstract Long getMonth ()

Gets the value of the month property.

Returns
  • possible object is String

public abstract Long getYear ()

Gets the value of the year property.

Returns
  • possible object is String

public abstract void setDay (Long value)

Sets the value of the day property.

Parameters
value Allowed object is String

public abstract void setMonth (Long value)

Sets the value of the month property.

Parameters
value Allowed object is String

public abstract void setYear (Long value)

Sets the value of the year property.

Parameters
value Allowed object is String