public class WebClientApprovedUser extends Object
Java class for WebClientApprovedUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WebClientApprovedUser">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UserID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="UserName" 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="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="TeamId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LoginUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
companyID |
protected XMLGregorianCalendar |
expirationDate |
protected String |
loginUrl |
protected String |
teamId |
protected int |
userID |
protected String |
userName |
| Constructor and Description |
|---|
WebClientApprovedUser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyID()
Gets the value of the companyID property.
|
XMLGregorianCalendar |
getExpirationDate()
Gets the value of the expirationDate property.
|
String |
getLoginUrl()
Gets the value of the loginUrl property.
|
String |
getTeamId()
Gets the value of the teamId property.
|
int |
getUserID()
Gets the value of the userID property.
|
String |
getUserName()
Gets the value of the userName property.
|
void |
setCompanyID(String value)
Sets the value of the companyID property.
|
void |
setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
|
void |
setLoginUrl(String value)
Sets the value of the loginUrl property.
|
void |
setTeamId(String value)
Sets the value of the teamId property.
|
void |
setUserID(int value)
Sets the value of the userID property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected int userID
protected String userName
protected String companyID
protected XMLGregorianCalendar expirationDate
protected String teamId
protected String loginUrl
public int getUserID()
public void setUserID(int value)
public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic String getCompanyID()
Stringpublic void setCompanyID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getExpirationDate()
XMLGregorianCalendarpublic void setExpirationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getTeamId()
Stringpublic void setTeamId(String value)
value - allowed object is
Stringpublic String getLoginUrl()
StringCopyright © 2020. All rights reserved.