public interface

Property

implements SchemaEntity
com.google.code.linkedinapi.schema.Property
Known Indirect Subclasses

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>integer">
       <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Public Methods
abstract String getKey()
Gets the value of the key property.
abstract Long getValue()
Gets the value of the value property.
abstract void setKey(String value)
Sets the value of the key property.
abstract void setValue(Long value)
Sets the value of the value property.

Public Methods

public abstract String getKey ()

Gets the value of the key property.

Returns
  • possible object is String

public abstract Long getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public abstract void setKey (String value)

Sets the value of the key property.

Parameters
value Allowed object is String

public abstract void setValue (Long value)

Sets the value of the value property.

Parameters
value Allowed object is String