public class TelephoneNumber extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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://schema.intuit.com/finance/v3}id" 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="Default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Tag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
_default |
protected String |
areaCode |
protected String |
countryCode |
protected String |
deviceType |
protected String |
exchangeCode |
protected String |
extension |
protected String |
freeFormNumber |
protected String |
id |
protected String |
tag |
Constructor and Description |
---|
TelephoneNumber() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getAreaCode()
Gets the value of the areaCode property.
|
String |
getCountryCode()
Gets the value of the countryCode 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.
|
String |
getId()
Gets the value of the id property.
|
String |
getTag()
Gets the value of the tag property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isDefault()
Gets the value of the default property.
|
void |
setAreaCode(String value)
Sets the value of the areaCode property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode 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(String value)
Sets the value of the id property.
|
void |
setTag(String value)
Sets the value of the tag property.
|
protected String id
protected String deviceType
protected String countryCode
protected String areaCode
protected String exchangeCode
protected String extension
protected String freeFormNumber
protected Boolean _default
protected String tag
public void setId(String value)
value
- allowed object is
String
public String getDeviceType()
String
public void setDeviceType(String value)
value
- allowed object is
String
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getAreaCode()
String
public void setAreaCode(String value)
value
- allowed object is
String
public String getExchangeCode()
String
public void setExchangeCode(String value)
value
- allowed object is
String
public String getExtension()
String
public void setExtension(String value)
value
- allowed object is
String
public String getFreeFormNumber()
String
public void setFreeFormNumber(String value)
value
- allowed object is
String
public Boolean isDefault()
Boolean
public void setDefault(Boolean value)
value
- allowed object is
Boolean
public String getTag()
String
public void setTag(String value)
value
- allowed object is
String
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
Copyright © 2017. All rights reserved.