public class

Login

extends Dynamic
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.Login

Class Overview

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>
         <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String password
protected String username
[Expand]
Inherited Fields
From class com.zuora.api.object.Dynamic
Public Constructors
Login()
Public Methods
String getPassword()
Gets the value of the password property.
String getUsername()
Gets the value of the username property.
void setPassword(String value)
Sets the value of the password property.
void setUsername(String value)
Sets the value of the username property.
[Expand]
Inherited Methods
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected String password

protected String username

Public Constructors

public Login ()

Public Methods

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public String getUsername ()

Gets the value of the username property.

Returns
  • possible object is String

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setUsername (String value)

Sets the value of the username property.

Parameters
value Allowed object is String