Class SessionCreate

  • All Implemented Interfaces:
    java.io.Serializable

    public class SessionCreate
    extends java.lang.Object
    implements java.io.Serializable
    <p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;choice&gt; &lt;element name="UserLogin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="CustomerUserLogin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/choice&gt; &lt;element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String customerUserLogin  
      protected java.lang.String password  
      protected java.lang.String userLogin  
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionCreate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCustomerUserLogin()
      Gets the value of the customerUserLogin property.
      java.lang.String getPassword()
      Gets the value of the password property.
      java.lang.String getUserLogin()
      Gets the value of the userLogin property.
      void setCustomerUserLogin​(java.lang.String value)
      Sets the value of the customerUserLogin property.
      void setPassword​(java.lang.String value)
      Sets the value of the password property.
      void setUserLogin​(java.lang.String value)
      Sets the value of the userLogin property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • userLogin

        protected java.lang.String userLogin
      • customerUserLogin

        protected java.lang.String customerUserLogin
      • password

        protected java.lang.String password
    • Constructor Detail

      • SessionCreate

        public SessionCreate()
    • 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 is String
      • 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 is String
      • 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 is String