|
||||||||||
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.CompanyImpl
public class CompanyImpl
Field Summary | |
---|---|
protected java.lang.String |
industry
|
protected java.lang.String |
name
|
private static long |
serialVersionUID
|
protected java.lang.String |
type
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
CompanyImpl()
|
Method Summary | |
---|---|
java.lang.String |
getIndustry()
Gets the value of the industry property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setIndustry(java.lang.String value)
Sets the value of the industry property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setType(java.lang.String value)
Sets the value of the type 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 type
protected java.lang.String name
protected java.lang.String industry
Constructor Detail |
---|
public CompanyImpl()
Method Detail |
---|
public java.lang.String getType()
Company
getType
in interface Company
String
public void setType(java.lang.String value)
Company
setType
in interface Company
value
- allowed object is
String
public java.lang.String getName()
Company
getName
in interface Company
String
public void setName(java.lang.String value)
Company
setName
in interface Company
value
- allowed object is
String
public java.lang.String getIndustry()
Company
getIndustry
in interface Company
String
public void setIndustry(java.lang.String value)
Company
setIndustry
in interface Company
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 |