public class XmppAuthentication extends Object
Java class for xmppAuthentication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xmppAuthentication">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="server" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
<attribute name="autoLogin" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoLogin |
protected BigInteger |
port |
protected String |
server |
| Constructor and Description |
|---|
XmppAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getPort()
Gets the value of the port property.
|
String |
getServer()
Gets the value of the server property.
|
boolean |
isAutoLogin()
Gets the value of the autoLogin property.
|
void |
setAutoLogin(Boolean value)
Sets the value of the autoLogin property.
|
void |
setPort(BigInteger value)
Sets the value of the port property.
|
void |
setServer(String value)
Sets the value of the server property.
|
protected String server
protected BigInteger port
protected Boolean autoLogin
public String getServer()
Stringpublic void setServer(String value)
value - allowed object is
Stringpublic BigInteger getPort()
BigIntegerpublic void setPort(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isAutoLogin()
Boolean