Package org.otrs.ticketconnector
Class SessionCreate
- java.lang.Object
-
- org.otrs.ticketconnector.SessionCreate
-
- All Implemented Interfaces:
Serializable
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>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionCreate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getUserLogin
public String getUserLogin()
Gets the value of the userLogin property.- Returns:
- possible object is
String
-
setUserLogin
public void setUserLogin(String value)
Sets the value of the userLogin property.- Parameters:
value
- allowed object isString
-
getCustomerUserLogin
public String getCustomerUserLogin()
Gets the value of the customerUserLogin property.- Returns:
- possible object is
String
-
setCustomerUserLogin
public void setCustomerUserLogin(String value)
Sets the value of the customerUserLogin property.- Parameters:
value
- allowed object isString
-
getPassword
public String getPassword()
Gets the value of the password property.- Returns:
- possible object is
String
-
-