Class 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
    • Field Detail

      • userLogin

        protected String userLogin
      • customerUserLogin

        protected String customerUserLogin
      • password

        protected String password
    • Constructor Detail

      • SessionCreate

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

        public String getPassword()
        Gets the value of the password property.
        Returns:
        possible object is String
      • setPassword

        public void setPassword​(String value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is String