com.google.code.linkedinapi.schema.xpp
Class AttributionImpl
java.lang.Object
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.AttributionImpl
- All Implemented Interfaces:
- Attribution, SchemaEntity, java.io.Serializable
public class AttributionImpl
- extends BaseSchemaEntity
- implements Attribution
- See Also:
- Serialized Form
Method Summary |
Share |
getShare()
Gets the value of the share property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setShare(Share value)
Sets the value of the share 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
share
protected ShareImpl share
AttributionImpl
public AttributionImpl()
getShare
public Share getShare()
- Description copied from interface:
Attribution
- Gets the value of the share property.
- Specified by:
getShare
in interface Attribution
- Returns:
- possible object is
Share
setShare
public void setShare(Share value)
- Description copied from interface:
Attribution
- Sets the value of the share property.
- Specified by:
setShare
in interface Attribution
- Parameters:
value
- allowed object is
Share
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