Package com.saperion.ws.jaxws
Class Logon
- java.lang.Object
-
- com.saperion.ws.jaxws.Logon
-
public class Logon extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Logon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMandant()java.lang.StringgetPassword()SaWsLicenseTypegetType()java.lang.StringgetUsername()voidsetMandant(java.lang.String mandant)voidsetPassword(java.lang.String password)voidsetType(SaWsLicenseType type)voidsetUsername(java.lang.String username)
-
-
-
Method Detail
-
getUsername
public java.lang.String getUsername()
- Returns:
- returns String
-
setUsername
public void setUsername(java.lang.String username)
- Parameters:
username- the value for the username property
-
getPassword
public java.lang.String getPassword()
- Returns:
- returns String
-
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password- the value for the password property
-
getType
public SaWsLicenseType getType()
- Returns:
- returns SaWsLicenseType
-
setType
public void setType(SaWsLicenseType type)
- Parameters:
type- the value for the type property
-
getMandant
public java.lang.String getMandant()
- Returns:
- returns String
-
setMandant
public void setMandant(java.lang.String mandant)
- Parameters:
mandant- the value for the mandant property
-
-