Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class NonProfitSocialAddressType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.NonProfitSocialAddressType
All Implemented Interfaces:
java.io.Serializable

public class NonProfitSocialAddressType
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String socialAddressId
           
protected  SocialAddressTypeCodeType socialAddressType
           
 
Constructor Summary
NonProfitSocialAddressType()
           
 
Method Summary
 java.lang.String getSocialAddressId()
          Gets the value of the socialAddressId property.
 SocialAddressTypeCodeType getSocialAddressType()
          Gets the value of the socialAddressType property.
 void setSocialAddressId(java.lang.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

socialAddressType

protected SocialAddressTypeCodeType socialAddressType

socialAddressId

protected java.lang.String socialAddressId
Constructor Detail

NonProfitSocialAddressType

public NonProfitSocialAddressType()
Method Detail

getSocialAddressType

public SocialAddressTypeCodeType getSocialAddressType()
Gets the value of the socialAddressType property.

Returns:
possible object is SocialAddressTypeCodeType

setSocialAddressType

public void setSocialAddressType(SocialAddressTypeCodeType value)
Sets the value of the socialAddressType property.

Parameters:
value - allowed object is SocialAddressTypeCodeType

getSocialAddressId

public java.lang.String getSocialAddressId()
Gets the value of the socialAddressId property.

Returns:
possible object is String

setSocialAddressId

public void setSocialAddressId(java.lang.String value)
Sets the value of the socialAddressId property.

Parameters:
value - allowed object is String

Changes since
the last release

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.