Uses of Interface
com.google.code.linkedinapi.schema.MemberUrl

Packages that use MemberUrl
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of MemberUrl in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return MemberUrl
 MemberUrl ObjectFactory.createMemberUrl()
          Create an instance of MemberUrl
 MemberUrl SchemaElementFactory.createMemberUrl()
          Create an instance of MemberUrl
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type MemberUrl
 java.util.List<MemberUrl> MemberUrlResources.getMemberUrlList()
          Gets the value of the memberUrlList property.
 

Uses of MemberUrl in com.google.code.linkedinapi.schema.impl
 

Classes in com.google.code.linkedinapi.schema.impl that implement MemberUrl
 class MemberUrlImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type MemberUrl
protected  java.util.List<MemberUrl> MemberUrlResourcesImpl.memberUrlList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type MemberUrl
 java.util.List<MemberUrl> MemberUrlResourcesImpl.getMemberUrlList()
           
 

Uses of MemberUrl in com.google.code.linkedinapi.schema.xpp
 

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type MemberUrl
protected  java.util.List<MemberUrl> MemberUrlResourcesImpl.memberUrlList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return MemberUrl
 MemberUrl XppElementFactory.createMemberUrl()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type MemberUrl
 java.util.List<MemberUrl> MemberUrlResourcesImpl.getMemberUrlList()