public class ACCESSPROTOCOLDATACOLLType extends Object
Java class for ACCESSPROTOCOLDATACOLLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ACCESSPROTOCOLDATACOLLType">
<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" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
username |
protected String |
value |
| Constructor and Description |
|---|
ACCESSPROTOCOLDATACOLLType() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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
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()
StringCopyright © 2017. All rights reserved.