public class Auth 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">
<attribute name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="left"/>
<enumeration value="center"/>
<enumeration value="right"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
password |
protected String |
type |
| Constructor and Description |
|---|
Auth() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetName() |
boolean |
isSetPassword() |
boolean |
isSetType() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected String name
protected String password
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
Copyright © 2023. All rights reserved.