public class

TelephoneNumber

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.TelephoneNumber

Class Overview

Product: QBW Description: TelephoneNumberType definition, this object is always manipulated in context of another parent object like Person, Organization etc

Java class for TelephoneNumber complex type.

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

 <complexType name="TelephoneNumber">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
         <element name="DeviceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AreaCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExchangeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Extension" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FreeFormNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DateLastVerified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean _default
protected String areaCode
protected String countryCode
protected Date dateLastVerified
protected String deviceType
protected String exchangeCode
protected String extension
protected String freeFormNumber
protected IdType id
protected String pin
protected List<String> tag
Public Constructors
TelephoneNumber()
Public Methods
String getAreaCode()
Gets the value of the areaCode property.
String getCountryCode()
Gets the value of the countryCode property.
Date getDateLastVerified()
Gets the value of the dateLastVerified property.
Boolean getDefault()
Gets the value of the default property.
String getDeviceType()
Gets the value of the deviceType property.
String getExchangeCode()
Gets the value of the exchangeCode property.
String getExtension()
Gets the value of the extension property.
String getFreeFormNumber()
Gets the value of the freeFormNumber property.
IdType getId()
Gets the value of the id property.
String getPIN()
Gets the value of the pin property.
List<String> getTag()
Gets the value of the tag property.
void setAreaCode(String value)
Sets the value of the areaCode property.
void setCountryCode(String value)
Sets the value of the countryCode property.
void setDateLastVerified(Date value)
Sets the value of the dateLastVerified property.
void setDefault(Boolean value)
Sets the value of the default property.
void setDeviceType(String value)
Sets the value of the deviceType property.
void setExchangeCode(String value)
Sets the value of the exchangeCode property.
void setExtension(String value)
Sets the value of the extension property.
void setFreeFormNumber(String value)
Sets the value of the freeFormNumber property.
void setId(IdType value)
Sets the value of the id property.
void setPIN(String value)
Sets the value of the pin property.
void setTag(List<String> tag)
Sets the value of the tag property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean _default

protected String areaCode

protected String countryCode

protected Date dateLastVerified

protected String deviceType

protected String exchangeCode

protected String extension

protected String freeFormNumber

protected IdType id

protected String pin

protected List<String> tag

Public Constructors

public TelephoneNumber ()

Public Methods

public String getAreaCode ()

Gets the value of the areaCode property.

Returns
  • possible object is String

public String getCountryCode ()

Gets the value of the countryCode property.

Returns
  • possible object is String

public Date getDateLastVerified ()

Gets the value of the dateLastVerified property.

Returns
  • possible object is String

public Boolean getDefault ()

Gets the value of the default property.

Returns
  • possible object is Boolean

public String getDeviceType ()

Gets the value of the deviceType property.

Returns
  • possible object is String

public String getExchangeCode ()

Gets the value of the exchangeCode property.

Returns
  • possible object is String

public String getExtension ()

Gets the value of the extension property.

Returns
  • possible object is String

public String getFreeFormNumber ()

Gets the value of the freeFormNumber property.

Returns
  • possible object is String

public IdType getId ()

Gets the value of the id property.

Returns

public String getPIN ()

Gets the value of the pin property.

Returns
  • possible object is String

public List<String> getTag ()

Gets the value of the tag property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tag property.

For example, to add a new item, do as follows:

    getTag().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public void setAreaCode (String value)

Sets the value of the areaCode property.

Parameters
value Allowed object is String

public void setCountryCode (String value)

Sets the value of the countryCode property.

Parameters
value Allowed object is String

public void setDateLastVerified (Date value)

Sets the value of the dateLastVerified property.

Parameters
value Allowed object is String

public void setDefault (Boolean value)

Sets the value of the default property.

Parameters
value Allowed object is Boolean

public void setDeviceType (String value)

Sets the value of the deviceType property.

Parameters
value Allowed object is String

public void setExchangeCode (String value)

Sets the value of the exchangeCode property.

Parameters
value Allowed object is String

public void setExtension (String value)

Sets the value of the extension property.

Parameters
value Allowed object is String

public void setFreeFormNumber (String value)

Sets the value of the freeFormNumber property.

Parameters
value Allowed object is String

public void setId (IdType value)

Sets the value of the id property.

Parameters
value Allowed object is IdType

public void setPIN (String value)

Sets the value of the pin property.

Parameters
value Allowed object is String

public void setTag (List<String> tag)

Sets the value of the tag property.

Parameters
tag Allowed object is String