com.google.code.linkedinapi.schema
Interface Property

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
PropertyImpl, PropertyImpl

public interface Property
extends SchemaEntity

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>
 


Method Summary
 java.lang.String getKey()
          Gets the value of the key property.
 java.lang.Long getValue()
          Gets the value of the value property.
 void setKey(java.lang.String value)
          Sets the value of the key property.
 void setValue(java.lang.Long value)
          Sets the value of the value property.
 

Method Detail

getValue

java.lang.Long getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

void setValue(java.lang.Long value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getKey

java.lang.String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

void setKey(java.lang.String value)
Sets the value of the key property.

Parameters:
value - allowed object is String