|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.NonProfitSocialAddressType
public class NonProfitSocialAddressType
Type defining the NonProfitSocialAddress container, which identifies the nonprofit organization's social networking site account ID. A NonProfitSocialAddress container will exist for each social networking site that the charity organization is associated with.
Java class for NonProfitSocialAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NonProfitSocialAddressType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SocialAddressType" type="{urn:ebay:apis:eBLBaseComponents}SocialAddressTypeCodeType" minOccurs="0"/> <element name="SocialAddressId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
socialAddressId
|
protected SocialAddressTypeCodeType |
socialAddressType
|
Constructor Summary | |
---|---|
NonProfitSocialAddressType()
|
Method Summary | |
---|---|
String |
getSocialAddressId()
Gets the value of the socialAddressId property. |
SocialAddressTypeCodeType |
getSocialAddressType()
Gets the value of the socialAddressType property. |
void |
setSocialAddressId(String value)
Sets the value of the socialAddressId property. |
void |
setSocialAddressType(SocialAddressTypeCodeType value)
Sets the value of the socialAddressType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SocialAddressTypeCodeType socialAddressType
protected String socialAddressId
Constructor Detail |
---|
public NonProfitSocialAddressType()
Method Detail |
---|
public SocialAddressTypeCodeType getSocialAddressType()
SocialAddressTypeCodeType
public void setSocialAddressType(SocialAddressTypeCodeType value)
value
- allowed object is
SocialAddressTypeCodeType
public String getSocialAddressId()
String
public void setSocialAddressId(String value)
value
- allowed object is
String
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.