|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.EndDateImpl
public class EndDateImpl
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 | |
---|---|
EndDateImpl()
|
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 |
---|
private static final long serialVersionUID
protected java.lang.Long year
protected java.lang.Long month
Constructor Detail |
---|
public EndDateImpl()
Method Detail |
---|
public java.lang.Long getYear()
EndDate
getYear
in interface EndDate
String
public void setYear(java.lang.Long value)
EndDate
setYear
in interface EndDate
value
- allowed object is
String
public java.lang.Long getMonth()
EndDate
getMonth
in interface EndDate
String
public void setMonth(java.lang.Long value)
EndDate
setMonth
in interface EndDate
value
- allowed object is
String
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |