|
||||||||||
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.LocationImpl
public class LocationImpl
Field Summary | |
---|---|
protected CountryImpl |
country
|
protected java.lang.String |
name
|
private static long |
serialVersionUID
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
LocationImpl()
|
Method Summary | |
---|---|
Country |
getCountry()
Gets the value of the country property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setCountry(Country value)
Sets the value of the country property. |
void |
setName(java.lang.String value)
Sets the value of the name 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.String name
protected CountryImpl country
Constructor Detail |
---|
public LocationImpl()
Method Detail |
---|
public java.lang.String getName()
Location
getName
in interface Location
String
public void setName(java.lang.String value)
Location
setName
in interface Location
value
- allowed object is
String
public Country getCountry()
Location
getCountry
in interface Location
Country
public void setCountry(Country value)
Location
setCountry
in interface Location
value
- allowed object is
Country
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 |