com.google.code.linkedinapi.schema.xpp
Class StartDateImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.StartDateImpl
All Implemented Interfaces:
SchemaEntity, StartDate, java.io.Serializable

public class StartDateImpl
extends BaseSchemaEntity
implements StartDate

See Also:
Serialized Form

Field Summary
protected  java.lang.Long month
           
private static long serialVersionUID
           
protected  java.lang.Long year
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
StartDateImpl()
           
 
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 init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 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.
 void toXml(org.xmlpull.v1.XmlSerializer serializer)
          To xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

year

protected java.lang.Long year

month

protected java.lang.Long month
Constructor Detail

StartDateImpl

public StartDateImpl()
Method Detail

getYear

public java.lang.Long getYear()
Description copied from interface: StartDate
Gets the value of the year property.

Specified by:
getYear in interface StartDate
Returns:
possible object is String

setYear

public void setYear(java.lang.Long value)
Description copied from interface: StartDate
Sets the value of the year property.

Specified by:
setYear in interface StartDate
Parameters:
value - allowed object is String

getMonth

public java.lang.Long getMonth()
Description copied from interface: StartDate
Gets the value of the month property.

Specified by:
getMonth in interface StartDate
Returns:
possible object is String

setMonth

public void setMonth(java.lang.Long value)
Description copied from interface: StartDate
Sets the value of the month property.

Specified by:
setMonth in interface StartDate
Parameters:
value - allowed object is String

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO