com.google.code.linkedinapi.schema
Interface MemberUrl

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

public interface MemberUrl
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="{}url"/>
         <element ref="{}name"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getUrl()
          Gets the value of the url property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 

Method Detail

getUrl

java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

void setUrl(java.lang.String value)
Sets the value of the url 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