Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Field and Description |
---|---|
protected TelephoneNumber |
NameBase.alternatePhone |
protected TelephoneNumber |
NameBase.fax |
protected TelephoneNumber |
CompanyInfo.fax |
protected TelephoneNumber |
Company.fax |
protected TelephoneNumber |
NameBase.mobile |
protected TelephoneNumber |
CompanyInfo.mobile |
protected TelephoneNumber |
Company.mobile |
protected TelephoneNumber |
NameBase.primaryPhone |
protected TelephoneNumber |
CompanyInfo.primaryPhone |
protected TelephoneNumber |
Company.primaryPhone |
protected TelephoneNumber |
ContactInfo.telephone |
Modifier and Type | Field and Description |
---|---|
protected List<TelephoneNumber> |
User.phoneNumber |
Modifier and Type | Method and Description |
---|---|
TelephoneNumber |
ObjectFactory.createTelephoneNumber()
Create an instance of
TelephoneNumber |
TelephoneNumber |
NameBase.getAlternatePhone()
Gets the value of the alternatePhone property.
|
TelephoneNumber |
NameBase.getFax()
Gets the value of the fax property.
|
TelephoneNumber |
CompanyInfo.getFax()
Gets the value of the fax property.
|
TelephoneNumber |
Company.getFax()
Gets the value of the fax property.
|
TelephoneNumber |
NameBase.getMobile()
Gets the value of the mobile property.
|
TelephoneNumber |
CompanyInfo.getMobile()
Gets the value of the mobile property.
|
TelephoneNumber |
Company.getMobile()
Gets the value of the mobile property.
|
TelephoneNumber |
NameBase.getPrimaryPhone()
Gets the value of the primaryPhone property.
|
TelephoneNumber |
CompanyInfo.getPrimaryPhone()
Gets the value of the primaryPhone property.
|
TelephoneNumber |
Company.getPrimaryPhone()
Gets the value of the primaryPhone property.
|
TelephoneNumber |
ContactInfo.getTelephone()
Gets the value of the telephone property.
|
Modifier and Type | Method and Description |
---|---|
List<TelephoneNumber> |
User.getPhoneNumber()
Gets the value of the phoneNumber property.
|
Modifier and Type | Method and Description |
---|---|
void |
NameBase.setAlternatePhone(TelephoneNumber value)
Sets the value of the alternatePhone property.
|
void |
NameBase.setFax(TelephoneNumber value)
Sets the value of the fax property.
|
void |
CompanyInfo.setFax(TelephoneNumber value)
Sets the value of the fax property.
|
void |
Company.setFax(TelephoneNumber value)
Sets the value of the fax property.
|
void |
NameBase.setMobile(TelephoneNumber value)
Sets the value of the mobile property.
|
void |
CompanyInfo.setMobile(TelephoneNumber value)
Sets the value of the mobile property.
|
void |
Company.setMobile(TelephoneNumber value)
Sets the value of the mobile property.
|
void |
NameBase.setPrimaryPhone(TelephoneNumber value)
Sets the value of the primaryPhone property.
|
void |
CompanyInfo.setPrimaryPhone(TelephoneNumber value)
Sets the value of the primaryPhone property.
|
void |
Company.setPrimaryPhone(TelephoneNumber value)
Sets the value of the primaryPhone property.
|
void |
ContactInfo.setTelephone(TelephoneNumber value)
Sets the value of the telephone property.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setPhoneNumber(List<TelephoneNumber> phoneNumber)
Sets the value of the phoneNumber property.
|
Copyright © 2017. All rights reserved.