com.google.code.linkedinapi.schema
Interface QuestionCategory

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

public interface QuestionCategory
extends SchemaEntity

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>
         <element ref="{}code"/>
         <element ref="{}name"/>
       </sequence>
       <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getCode()
          Gets the value of the code property.
 java.lang.Long getKey()
          Gets the value of the key property.
 java.lang.String getName()
          Gets the value of the name property.
 void setCode(java.lang.String value)
          Sets the value of the code property.
 void setKey(java.lang.Long value)
          Sets the value of the key property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 

Method Detail

getCode

java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getKey

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

Returns:
possible object is String

setKey

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

Parameters:
value - allowed object is String