public class

Contact

extends ZObject
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.object.ZObject
       ↳ com.zuora.api.object.Contact

Class Overview

Java class for Contact complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Contact">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="AccountId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="Address1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Address2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="County" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="HomePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MobilePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="NickName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OtherPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OtherPhoneType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PersonalEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TaxRegion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UpdatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="UpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="WorkEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WorkPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.zuora.api.object.ZObject
Fields
protected String accountId
protected String address1
protected String address2
protected String city
protected String country
protected String county
protected String createdById
protected XMLGregorianCalendar createdDate
protected String description
protected String fax
protected String firstName
protected String homePhone
protected String lastName
protected String mobilePhone
protected String nickName
protected String otherPhone
protected String otherPhoneType
protected String personalEmail
protected String postalCode
protected String state
protected String taxRegion
protected String updatedById
protected XMLGregorianCalendar updatedDate
protected String workEmail
protected String workPhone
[Expand]
Inherited Fields
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
Public Constructors
Contact()
Public Methods
String getAccountId()
Gets the value of the accountId property.
String getAddress1()
Gets the value of the address1 property.
String getAddress2()
Gets the value of the address2 property.
String getCity()
Gets the value of the city property.
String getCountry()
Gets the value of the country property.
String getCounty()
Gets the value of the county property.
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getDescription()
Gets the value of the description property.
String getFax()
Gets the value of the fax property.
String getFirstName()
Gets the value of the firstName property.
String getHomePhone()
Gets the value of the homePhone property.
String getLastName()
Gets the value of the lastName property.
String getMobilePhone()
Gets the value of the mobilePhone property.
String getNickName()
Gets the value of the nickName property.
String getOtherPhone()
Gets the value of the otherPhone property.
String getOtherPhoneType()
Gets the value of the otherPhoneType property.
String getPersonalEmail()
Gets the value of the personalEmail property.
String getPostalCode()
Gets the value of the postalCode property.
String getState()
Gets the value of the state property.
String getTaxRegion()
Gets the value of the taxRegion property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
String getWorkEmail()
Gets the value of the workEmail property.
String getWorkPhone()
Gets the value of the workPhone property.
void setAccountId(String value)
Sets the value of the accountId property.
void setAddress1(String value)
Sets the value of the address1 property.
void setAddress2(String value)
Sets the value of the address2 property.
void setCity(String value)
Sets the value of the city property.
void setCountry(String value)
Sets the value of the country property.
void setCounty(String value)
Sets the value of the county property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setDescription(String value)
Sets the value of the description property.
void setFax(String value)
Sets the value of the fax property.
void setFirstName(String value)
Sets the value of the firstName property.
void setHomePhone(String value)
Sets the value of the homePhone property.
void setLastName(String value)
Sets the value of the lastName property.
void setMobilePhone(String value)
Sets the value of the mobilePhone property.
void setNickName(String value)
Sets the value of the nickName property.
void setOtherPhone(String value)
Sets the value of the otherPhone property.
void setOtherPhoneType(String value)
Sets the value of the otherPhoneType property.
void setPersonalEmail(String value)
Sets the value of the personalEmail property.
void setPostalCode(String value)
Sets the value of the postalCode property.
void setState(String value)
Sets the value of the state property.
void setTaxRegion(String value)
Sets the value of the taxRegion property.
void setUpdatedById(String value)
Sets the value of the updatedById property.
void setUpdatedDate(XMLGregorianCalendar value)
Sets the value of the updatedDate property.
void setWorkEmail(String value)
Sets the value of the workEmail property.
void setWorkPhone(String value)
Sets the value of the workPhone property.
[Expand]
Inherited Methods
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected String accountId

protected String address1

protected String address2

protected String city

protected String country

protected String county

protected String createdById

protected XMLGregorianCalendar createdDate

protected String description

protected String fax

protected String firstName

protected String homePhone

protected String lastName

protected String mobilePhone

protected String nickName

protected String otherPhone

protected String otherPhoneType

protected String personalEmail

protected String postalCode

protected String state

protected String taxRegion

protected String updatedById

protected XMLGregorianCalendar updatedDate

protected String workEmail

protected String workPhone

Public Constructors

public Contact ()

Public Methods

public String getAccountId ()

Gets the value of the accountId property.

Returns
  • possible object is String

public String getAddress1 ()

Gets the value of the address1 property.

Returns
  • possible object is String

public String getAddress2 ()

Gets the value of the address2 property.

Returns
  • possible object is String

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public String getCountry ()

Gets the value of the country property.

Returns
  • possible object is String

public String getCounty ()

Gets the value of the county property.

Returns
  • possible object is String

public String getCreatedById ()

Gets the value of the createdById property.

Returns
  • possible object is String

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getFax ()

Gets the value of the fax property.

Returns
  • possible object is String

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public String getHomePhone ()

Gets the value of the homePhone property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public String getMobilePhone ()

Gets the value of the mobilePhone property.

Returns
  • possible object is String

public String getNickName ()

Gets the value of the nickName property.

Returns
  • possible object is String

public String getOtherPhone ()

Gets the value of the otherPhone property.

Returns
  • possible object is String

public String getOtherPhoneType ()

Gets the value of the otherPhoneType property.

Returns
  • possible object is String

public String getPersonalEmail ()

Gets the value of the personalEmail property.

Returns
  • possible object is String

public String getPostalCode ()

Gets the value of the postalCode property.

Returns
  • possible object is String

public String getState ()

Gets the value of the state property.

Returns
  • possible object is String

public String getTaxRegion ()

Gets the value of the taxRegion property.

Returns
  • possible object is String

public String getUpdatedById ()

Gets the value of the updatedById property.

Returns
  • possible object is String

public XMLGregorianCalendar getUpdatedDate ()

Gets the value of the updatedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getWorkEmail ()

Gets the value of the workEmail property.

Returns
  • possible object is String

public String getWorkPhone ()

Gets the value of the workPhone property.

Returns
  • possible object is String

public void setAccountId (String value)

Sets the value of the accountId property.

Parameters
value Allowed object is String

public void setAddress1 (String value)

Sets the value of the address1 property.

Parameters
value Allowed object is String

public void setAddress2 (String value)

Sets the value of the address2 property.

Parameters
value Allowed object is String

public void setCity (String value)

Sets the value of the city property.

Parameters
value Allowed object is String

public void setCountry (String value)

Sets the value of the country property.

Parameters
value Allowed object is String

public void setCounty (String value)

Sets the value of the county property.

Parameters
value Allowed object is String

public void setCreatedById (String value)

Sets the value of the createdById property.

Parameters
value Allowed object is String

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setFax (String value)

Sets the value of the fax property.

Parameters
value Allowed object is String

public void setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public void setHomePhone (String value)

Sets the value of the homePhone property.

Parameters
value Allowed object is String

public void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public void setMobilePhone (String value)

Sets the value of the mobilePhone property.

Parameters
value Allowed object is String

public void setNickName (String value)

Sets the value of the nickName property.

Parameters
value Allowed object is String

public void setOtherPhone (String value)

Sets the value of the otherPhone property.

Parameters
value Allowed object is String

public void setOtherPhoneType (String value)

Sets the value of the otherPhoneType property.

Parameters
value Allowed object is String

public void setPersonalEmail (String value)

Sets the value of the personalEmail property.

Parameters
value Allowed object is String

public void setPostalCode (String value)

Sets the value of the postalCode property.

Parameters
value Allowed object is String

public void setState (String value)

Sets the value of the state property.

Parameters
value Allowed object is String

public void setTaxRegion (String value)

Sets the value of the taxRegion property.

Parameters
value Allowed object is String

public void setUpdatedById (String value)

Sets the value of the updatedById property.

Parameters
value Allowed object is String

public void setUpdatedDate (XMLGregorianCalendar value)

Sets the value of the updatedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWorkEmail (String value)

Sets the value of the workEmail property.

Parameters
value Allowed object is String

public void setWorkPhone (String value)

Sets the value of the workPhone property.

Parameters
value Allowed object is String