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

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

public class ContentImpl
extends BaseSchemaEntity
implements Content

See Also:
Serialized Form

Field Summary
protected  java.lang.String id
           
private static long serialVersionUID
           
protected  java.lang.String shortenedUrl
           
protected  java.lang.String submittedImageUrl
           
protected  java.lang.String submittedUrl
           
protected  java.lang.String thumbnailUrl
           
protected  java.lang.String title
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
ContentImpl()
           
 
Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getShortenedUrl()
          Gets the value of the shortenedUrl property.
 java.lang.String getSubmittedImageUrl()
          Gets the value of the submittedImageUrl property.
 java.lang.String getSubmittedUrl()
          Gets the value of the submittedUrl property.
 java.lang.String getThumbnailUrl()
          Gets the value of the thumbnailUrl property.
 java.lang.String getTitle()
          Gets the value of the title property.
 void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setShortenedUrl(java.lang.String value)
          Sets the value of the shortenedUrl property.
 void setSubmittedImageUrl(java.lang.String value)
          Sets the value of the submittedImageUrl property.
 void setSubmittedUrl(java.lang.String value)
          Sets the value of the submittedUrl property.
 void setThumbnailUrl(java.lang.String value)
          Sets the value of the thumbnailUrl property.
 void setTitle(java.lang.String value)
          Sets the value of the title 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

id

protected java.lang.String id

title

protected java.lang.String title

submittedUrl

protected java.lang.String submittedUrl

shortenedUrl

protected java.lang.String shortenedUrl

submittedImageUrl

protected java.lang.String submittedImageUrl

thumbnailUrl

protected java.lang.String thumbnailUrl
Constructor Detail

ContentImpl

public ContentImpl()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: Content
Gets the value of the id property.

Specified by:
getId in interface Content
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: Content
Sets the value of the id property.

Specified by:
setId in interface Content
Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Description copied from interface: Content
Gets the value of the title property.

Specified by:
getTitle in interface Content
Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Description copied from interface: Content
Sets the value of the title property.

Specified by:
setTitle in interface Content
Parameters:
value - allowed object is String

getSubmittedUrl

public java.lang.String getSubmittedUrl()
Description copied from interface: Content
Gets the value of the submittedUrl property.

Specified by:
getSubmittedUrl in interface Content
Returns:
possible object is String

setSubmittedUrl

public void setSubmittedUrl(java.lang.String value)
Description copied from interface: Content
Sets the value of the submittedUrl property.

Specified by:
setSubmittedUrl in interface Content
Parameters:
value - allowed object is String

getShortenedUrl

public java.lang.String getShortenedUrl()
Description copied from interface: Content
Gets the value of the shortenedUrl property.

Specified by:
getShortenedUrl in interface Content
Returns:
possible object is String

setShortenedUrl

public void setShortenedUrl(java.lang.String value)
Description copied from interface: Content
Sets the value of the shortenedUrl property.

Specified by:
setShortenedUrl in interface Content
Parameters:
value - allowed object is String

getSubmittedImageUrl

public java.lang.String getSubmittedImageUrl()
Description copied from interface: Content
Gets the value of the submittedImageUrl property.

Specified by:
getSubmittedImageUrl in interface Content
Returns:
possible object is String

setSubmittedImageUrl

public void setSubmittedImageUrl(java.lang.String value)
Description copied from interface: Content
Sets the value of the submittedImageUrl property.

Specified by:
setSubmittedImageUrl in interface Content
Parameters:
value - allowed object is String

getThumbnailUrl

public java.lang.String getThumbnailUrl()
Description copied from interface: Content
Gets the value of the thumbnailUrl property.

Specified by:
getThumbnailUrl in interface Content
Returns:
possible object is String

setThumbnailUrl

public void setThumbnailUrl(java.lang.String value)
Description copied from interface: Content
Sets the value of the thumbnailUrl property.

Specified by:
setThumbnailUrl in interface Content
Parameters:
value - allowed object is String

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