com.google.code.linkedinapi.schema.Publication |
Known Indirect Subclasses |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element ref="{}date"/> <element ref="{}id"/> <element ref="{}summary"/> <element ref="{}title"/> <element ref="{}url"/> <element ref="{}authors"/> <element ref="{}publisher"/> </sequence> </restriction> </complexContent> </complexType>
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authors property.
| |||||||||||
Gets the value of the date property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the publisher property.
| |||||||||||
Gets the value of the summary property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the url property.
| |||||||||||
Sets the value of the authors property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the publisher property.
| |||||||||||
Sets the value of the summary property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the url property.
|
Gets the value of the authors property.
Authors
Gets the value of the date property.
Date
Gets the value of the id property.
Gets the value of the publisher property.
Publisher
Gets the value of the summary property.
Gets the value of the title property.
Gets the value of the url property.
Sets the value of the authors property.
value | Allowed object is
Authors
|
---|
Sets the value of the date property.
value | Allowed object is
Date
|
---|
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the publisher property.
value | Allowed object is
Publisher
|
---|
Sets the value of the summary property.
value | Allowed object is String |
---|
Sets the value of the title property.
value | Allowed object is String |
---|
Sets the value of the url property.
value | Allowed object is String |
---|