public class Login extends Object
Java class for login complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="login"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="plugin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="credentials"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entry" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Login.Credentials
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Login.Credentials |
credentials |
protected String |
plugin |
Constructor and Description |
---|
Login() |
Modifier and Type | Method and Description |
---|---|
Login.Credentials |
getCredentials()
Gets the value of the credentials property.
|
String |
getPlugin()
Gets the value of the plugin property.
|
void |
setCredentials(Login.Credentials value)
Sets the value of the credentials property.
|
void |
setPlugin(String value)
Sets the value of the plugin property.
|
protected String plugin
protected Login.Credentials credentials
public String getPlugin()
String
public void setPlugin(String value)
value
- allowed object is
String
public Login.Credentials getCredentials()
Login.Credentials
public void setCredentials(Login.Credentials value)
value
- allowed object is
Login.Credentials
Copyright © 2022 The ICAT Collaboration. All rights reserved.