|
||||||||||
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.InvitationRequestImpl
public class InvitationRequestImpl
Field Summary | |
---|---|
protected AuthorizationImpl |
authorization
|
protected InviteConnectType |
connectType
|
private static long |
serialVersionUID
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
InvitationRequestImpl()
|
Method Summary | |
---|---|
Authorization |
getAuthorization()
Gets the value of the authorization property. |
InviteConnectType |
getConnectType()
Gets the value of the connectType property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setAuthorization(Authorization value)
Sets the value of the authorization property. |
void |
setConnectType(InviteConnectType value)
Sets the value of the connectType 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 InviteConnectType connectType
protected AuthorizationImpl authorization
Constructor Detail |
---|
public InvitationRequestImpl()
Method Detail |
---|
public InviteConnectType getConnectType()
InvitationRequest
getConnectType
in interface InvitationRequest
InviteConnectType
public void setConnectType(InviteConnectType value)
InvitationRequest
setConnectType
in interface InvitationRequest
value
- allowed object is
InviteConnectType
public Authorization getAuthorization()
InvitationRequest
getAuthorization
in interface InvitationRequest
Authorization
public void setAuthorization(Authorization value)
InvitationRequest
setAuthorization
in interface InvitationRequest
value
- allowed object is
Authorization
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 |