com.google.api.adwords.v11
Class AccountInfo

java.lang.Object
  extended by com.google.api.adwords.v11.AccountInfo
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AccountInfo()
           
AccountInfo(Address billingAddress, java.lang.String currencyCode, java.lang.Long customerId, NetworkType[] defaultNetworkTargeting, java.lang.String descriptiveName, EmailPromotionsPreferences emailPromotionsPreferences, java.lang.String languagePreference, Address primaryAddress, java.lang.String primaryBusinessCategory, java.lang.Long timeZoneEffectiveDate, java.lang.String timeZoneId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Address getBillingAddress()
          Gets the billingAddress value for this AccountInfo.
 java.lang.String getCurrencyCode()
          Gets the currencyCode value for this AccountInfo.
 java.lang.Long getCustomerId()
          Gets the customerId value for this AccountInfo.
 NetworkType[] getDefaultNetworkTargeting()
          Gets the defaultNetworkTargeting value for this AccountInfo.
 java.lang.String getDescriptiveName()
          Gets the descriptiveName value for this AccountInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EmailPromotionsPreferences getEmailPromotionsPreferences()
          Gets the emailPromotionsPreferences value for this AccountInfo.
 java.lang.String getLanguagePreference()
          Gets the languagePreference value for this AccountInfo.
 Address getPrimaryAddress()
          Gets the primaryAddress value for this AccountInfo.
 java.lang.String getPrimaryBusinessCategory()
          Gets the primaryBusinessCategory value for this AccountInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.Long getTimeZoneEffectiveDate()
          Gets the timeZoneEffectiveDate value for this AccountInfo.
 java.lang.String getTimeZoneId()
          Gets the timeZoneId value for this AccountInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBillingAddress(Address billingAddress)
          Sets the billingAddress value for this AccountInfo.
 void setCurrencyCode(java.lang.String currencyCode)
          Sets the currencyCode value for this AccountInfo.
 void setCustomerId(java.lang.Long customerId)
          Sets the customerId value for this AccountInfo.
 void setDefaultNetworkTargeting(NetworkType[] defaultNetworkTargeting)
          Sets the defaultNetworkTargeting value for this AccountInfo.
 void setDescriptiveName(java.lang.String descriptiveName)
          Sets the descriptiveName value for this AccountInfo.
 void setEmailPromotionsPreferences(EmailPromotionsPreferences emailPromotionsPreferences)
          Sets the emailPromotionsPreferences value for this AccountInfo.
 void setLanguagePreference(java.lang.String languagePreference)
          Sets the languagePreference value for this AccountInfo.
 void setPrimaryAddress(Address primaryAddress)
          Sets the primaryAddress value for this AccountInfo.
 void setPrimaryBusinessCategory(java.lang.String primaryBusinessCategory)
          Sets the primaryBusinessCategory value for this AccountInfo.
 void setTimeZoneEffectiveDate(java.lang.Long timeZoneEffectiveDate)
          Sets the timeZoneEffectiveDate value for this AccountInfo.
 void setTimeZoneId(java.lang.String timeZoneId)
          Sets the timeZoneId value for this AccountInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountInfo

public AccountInfo()

AccountInfo

public AccountInfo(Address billingAddress,
                   java.lang.String currencyCode,
                   java.lang.Long customerId,
                   NetworkType[] defaultNetworkTargeting,
                   java.lang.String descriptiveName,
                   EmailPromotionsPreferences emailPromotionsPreferences,
                   java.lang.String languagePreference,
                   Address primaryAddress,
                   java.lang.String primaryBusinessCategory,
                   java.lang.Long timeZoneEffectiveDate,
                   java.lang.String timeZoneId)
Method Detail

getBillingAddress

public Address getBillingAddress()
Gets the billingAddress value for this AccountInfo.

Returns:
billingAddress

setBillingAddress

public void setBillingAddress(Address billingAddress)
Sets the billingAddress value for this AccountInfo.

Parameters:
billingAddress -

getCurrencyCode

public java.lang.String getCurrencyCode()
Gets the currencyCode value for this AccountInfo.

Returns:
currencyCode

setCurrencyCode

public void setCurrencyCode(java.lang.String currencyCode)
Sets the currencyCode value for this AccountInfo.

Parameters:
currencyCode -

getCustomerId

public java.lang.Long getCustomerId()
Gets the customerId value for this AccountInfo.

Returns:
customerId

setCustomerId

public void setCustomerId(java.lang.Long customerId)
Sets the customerId value for this AccountInfo.

Parameters:
customerId -

getDefaultNetworkTargeting

public NetworkType[] getDefaultNetworkTargeting()
Gets the defaultNetworkTargeting value for this AccountInfo.

Returns:
defaultNetworkTargeting

setDefaultNetworkTargeting

public void setDefaultNetworkTargeting(NetworkType[] defaultNetworkTargeting)
Sets the defaultNetworkTargeting value for this AccountInfo.

Parameters:
defaultNetworkTargeting -

getDescriptiveName

public java.lang.String getDescriptiveName()
Gets the descriptiveName value for this AccountInfo.

Returns:
descriptiveName

setDescriptiveName

public void setDescriptiveName(java.lang.String descriptiveName)
Sets the descriptiveName value for this AccountInfo.

Parameters:
descriptiveName -

getEmailPromotionsPreferences

public EmailPromotionsPreferences getEmailPromotionsPreferences()
Gets the emailPromotionsPreferences value for this AccountInfo.

Returns:
emailPromotionsPreferences

setEmailPromotionsPreferences

public void setEmailPromotionsPreferences(EmailPromotionsPreferences emailPromotionsPreferences)
Sets the emailPromotionsPreferences value for this AccountInfo.

Parameters:
emailPromotionsPreferences -

getLanguagePreference

public java.lang.String getLanguagePreference()
Gets the languagePreference value for this AccountInfo.

Returns:
languagePreference

setLanguagePreference

public void setLanguagePreference(java.lang.String languagePreference)
Sets the languagePreference value for this AccountInfo.

Parameters:
languagePreference -

getPrimaryAddress

public Address getPrimaryAddress()
Gets the primaryAddress value for this AccountInfo.

Returns:
primaryAddress

setPrimaryAddress

public void setPrimaryAddress(Address primaryAddress)
Sets the primaryAddress value for this AccountInfo.

Parameters:
primaryAddress -

getPrimaryBusinessCategory

public java.lang.String getPrimaryBusinessCategory()
Gets the primaryBusinessCategory value for this AccountInfo.

Returns:
primaryBusinessCategory

setPrimaryBusinessCategory

public void setPrimaryBusinessCategory(java.lang.String primaryBusinessCategory)
Sets the primaryBusinessCategory value for this AccountInfo.

Parameters:
primaryBusinessCategory -

getTimeZoneEffectiveDate

public java.lang.Long getTimeZoneEffectiveDate()
Gets the timeZoneEffectiveDate value for this AccountInfo.

Returns:
timeZoneEffectiveDate

setTimeZoneEffectiveDate

public void setTimeZoneEffectiveDate(java.lang.Long timeZoneEffectiveDate)
Sets the timeZoneEffectiveDate value for this AccountInfo.

Parameters:
timeZoneEffectiveDate -

getTimeZoneId

public java.lang.String getTimeZoneId()
Gets the timeZoneId value for this AccountInfo.

Returns:
timeZoneId

setTimeZoneId

public void setTimeZoneId(java.lang.String timeZoneId)
Sets the timeZoneId value for this AccountInfo.

Parameters:
timeZoneId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 Google Corp. All Rights Reserved.