public static class INTERFACE.ACCESSPROTOCOL extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="username" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
filter |
protected String |
password |
protected String |
username |
protected String |
value |
| Constructor and Description |
|---|
ACCESSPROTOCOL() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Gets the value of the filter property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getUsername()
Gets the value of the username property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setFilter(String value)
Sets the value of the filter property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String username
protected String password
protected String filter
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getFilter()
StringCopyright © 2022. All rights reserved.