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 WebSiteAddress |
CompanyInfo.companyURL |
protected WebSiteAddress |
Company.companyURL |
protected WebSiteAddress |
NameBase.webAddr |
protected WebSiteAddress |
CompanyInfo.webAddr |
protected WebSiteAddress |
ContactInfo.webSite |
protected WebSiteAddress |
Company.webSite |
Modifier and Type | Method and Description |
---|---|
WebSiteAddress |
ObjectFactory.createWebSiteAddress()
Create an instance of
WebSiteAddress |
WebSiteAddress |
CompanyInfo.getCompanyURL()
Gets the value of the companyURL property.
|
WebSiteAddress |
Company.getCompanyURL()
Gets the value of the companyURL property.
|
WebSiteAddress |
NameBase.getWebAddr()
Gets the value of the webAddr property.
|
WebSiteAddress |
CompanyInfo.getWebAddr()
Gets the value of the webAddr property.
|
WebSiteAddress |
ContactInfo.getWebSite()
Gets the value of the webSite property.
|
WebSiteAddress |
Company.getWebSite()
Gets the value of the webSite property.
|
Modifier and Type | Method and Description |
---|---|
void |
CompanyInfo.setCompanyURL(WebSiteAddress value)
Sets the value of the companyURL property.
|
void |
Company.setCompanyURL(WebSiteAddress value)
Sets the value of the companyURL property.
|
void |
NameBase.setWebAddr(WebSiteAddress value)
Sets the value of the webAddr property.
|
void |
CompanyInfo.setWebAddr(WebSiteAddress value)
Sets the value of the webAddr property.
|
void |
ContactInfo.setWebSite(WebSiteAddress value)
Sets the value of the webSite property.
|
void |
Company.setWebSite(WebSiteAddress value)
Sets the value of the webSite property.
|
Copyright © 2017. All rights reserved.