public class UpdateCompanyProperties 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="sessionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="companyID" 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="maxReviewers" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="maxScanners" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="maxManagers" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
companyID |
protected String |
companyName |
protected int |
maxManagers |
protected int |
maxReviewers |
protected int |
maxScanners |
protected String |
sessionID |
| Constructor and Description |
|---|
UpdateCompanyProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyID()
Gets the value of the companyID property.
|
String |
getCompanyName()
Gets the value of the companyName property.
|
int |
getMaxManagers()
Gets the value of the maxManagers property.
|
int |
getMaxReviewers()
Gets the value of the maxReviewers property.
|
int |
getMaxScanners()
Gets the value of the maxScanners property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setCompanyID(String value)
Sets the value of the companyID property.
|
void |
setCompanyName(String value)
Sets the value of the companyName property.
|
void |
setMaxManagers(int value)
Sets the value of the maxManagers property.
|
void |
setMaxReviewers(int value)
Sets the value of the maxReviewers property.
|
void |
setMaxScanners(int value)
Sets the value of the maxScanners property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected String companyID
protected String companyName
protected int maxReviewers
protected int maxScanners
protected int maxManagers
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic String getCompanyID()
Stringpublic void setCompanyID(String value)
value - allowed object is
Stringpublic String getCompanyName()
Stringpublic void setCompanyName(String value)
value - allowed object is
Stringpublic int getMaxReviewers()
public void setMaxReviewers(int value)
public int getMaxScanners()
public void setMaxScanners(int value)
public int getMaxManagers()
public void setMaxManagers(int value)
Copyright © 2020. All rights reserved.