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

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

public class InvitationRequestImpl
extends BaseSchemaEntity
implements InvitationRequest

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

connectType

protected InviteConnectType connectType

authorization

protected AuthorizationImpl authorization
Constructor Detail

InvitationRequestImpl

public InvitationRequestImpl()
Method Detail

getConnectType

public InviteConnectType getConnectType()
Description copied from interface: InvitationRequest
Gets the value of the connectType property.

Specified by:
getConnectType in interface InvitationRequest
Returns:
possible object is InviteConnectType

setConnectType

public void setConnectType(InviteConnectType value)
Description copied from interface: InvitationRequest
Sets the value of the connectType property.

Specified by:
setConnectType in interface InvitationRequest
Parameters:
value - allowed object is InviteConnectType

getAuthorization

public Authorization getAuthorization()
Description copied from interface: InvitationRequest
Gets the value of the authorization property.

Specified by:
getAuthorization in interface InvitationRequest
Returns:
possible object is Authorization

setAuthorization

public void setAuthorization(Authorization value)
Description copied from interface: InvitationRequest
Sets the value of the authorization property.

Specified by:
setAuthorization in interface InvitationRequest
Parameters:
value - allowed object is Authorization

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