public class SessionCreate extends Object implements Serializable
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>
         <choice>
           <element name="UserLogin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element name="CustomerUserLogin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </choice>
         <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
customerUserLogin  | 
protected String | 
password  | 
protected String | 
userLogin  | 
| Constructor and Description | 
|---|
SessionCreate()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCustomerUserLogin()
Gets the value of the customerUserLogin property. 
 | 
String | 
getPassword()
Gets the value of the password property. 
 | 
String | 
getUserLogin()
Gets the value of the userLogin property. 
 | 
void | 
setCustomerUserLogin(String value)
Sets the value of the customerUserLogin property. 
 | 
void | 
setPassword(String value)
Sets the value of the password property. 
 | 
void | 
setUserLogin(String value)
Sets the value of the userLogin property. 
 | 
protected String userLogin
protected String customerUserLogin
protected String password
public String getUserLogin()
Stringpublic void setUserLogin(String value)
value - allowed object is
     Stringpublic String getCustomerUserLogin()
Stringpublic void setCustomerUserLogin(String value)
value - allowed object is
     Stringpublic String getPassword()
StringCopyright © 2020. All rights reserved.