Package org.otrs.ticketconnector
Class SessionCreate
- java.lang.Object
-
- org.otrs.ticketconnector.SessionCreate
-
- All Implemented Interfaces:
java.io.Serializable
public class SessionCreate extends java.lang.Object implements java.io.SerializableJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcustomerUserLoginprotected java.lang.Stringpasswordprotected java.lang.StringuserLogin
-
Constructor Summary
Constructors Constructor Description SessionCreate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCustomerUserLogin()Gets the value of the customerUserLogin property.java.lang.StringgetPassword()Gets the value of the password property.java.lang.StringgetUserLogin()Gets the value of the userLogin property.voidsetCustomerUserLogin(java.lang.String value)Sets the value of the customerUserLogin property.voidsetPassword(java.lang.String value)Sets the value of the password property.voidsetUserLogin(java.lang.String value)Sets the value of the userLogin property.
-
-
-
Method Detail
-
getUserLogin
public java.lang.String getUserLogin()
Gets the value of the userLogin property.- Returns:
- possible object is
String
-
setUserLogin
public void setUserLogin(java.lang.String value)
Sets the value of the userLogin property.- Parameters:
value- allowed object isString
-
getCustomerUserLogin
public java.lang.String getCustomerUserLogin()
Gets the value of the customerUserLogin property.- Returns:
- possible object is
String
-
setCustomerUserLogin
public void setCustomerUserLogin(java.lang.String value)
Sets the value of the customerUserLogin property.- Parameters:
value- allowed object isString
-
getPassword
public java.lang.String getPassword()
Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
public void setPassword(java.lang.String value)
Sets the value of the password property.- Parameters:
value- allowed object isString
-
-