public class TenantAccount extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tenantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tenantEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tenantPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tenantName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="companyPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="companyAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
companyAddress |
protected String |
companyName |
protected String |
companyPhone |
protected String |
tenantEmail |
protected String |
tenantId |
protected String |
tenantName |
protected String |
tenantPhone |
| 构造器和说明 |
|---|
TenantAccount() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCompanyAddress()
Gets the value of the companyAddress property.
|
String |
getCompanyName()
Gets the value of the companyName property.
|
String |
getCompanyPhone()
Gets the value of the companyPhone property.
|
String |
getTenantEmail()
Gets the value of the tenantEmail property.
|
String |
getTenantId()
Gets the value of the tenantId property.
|
String |
getTenantName()
Gets the value of the tenantName property.
|
String |
getTenantPhone()
Gets the value of the tenantPhone property.
|
void |
setCompanyAddress(String value)
Sets the value of the companyAddress property.
|
void |
setCompanyName(String value)
Sets the value of the companyName property.
|
void |
setCompanyPhone(String value)
Sets the value of the companyPhone property.
|
void |
setTenantEmail(String value)
Sets the value of the tenantEmail property.
|
void |
setTenantId(String value)
Sets the value of the tenantId property.
|
void |
setTenantName(String value)
Sets the value of the tenantName property.
|
void |
setTenantPhone(String value)
Sets the value of the tenantPhone property.
|
protected String tenantId
protected String tenantEmail
protected String tenantPhone
protected String tenantName
protected String companyName
protected String companyPhone
protected String companyAddress
public String getTenantId()
Stringpublic void setTenantId(String value)
value - allowed object is
Stringpublic String getTenantEmail()
Stringpublic void setTenantEmail(String value)
value - allowed object is
Stringpublic String getTenantPhone()
Stringpublic void setTenantPhone(String value)
value - allowed object is
Stringpublic String getTenantName()
Stringpublic void setTenantName(String value)
value - allowed object is
Stringpublic String getCompanyName()
Stringpublic void setCompanyName(String value)
value - allowed object is
Stringpublic String getCompanyPhone()
Stringpublic void setCompanyPhone(String value)
value - allowed object is
Stringpublic String getCompanyAddress()
StringCopyright © 2019. All rights reserved.