public class Password extends Object
Java class for Password complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Password">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
encrypted |
protected String |
value |
| Constructor and Description |
|---|
Password() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
boolean |
isEncrypted()
Gets the value of the encrypted property.
|
void |
setEncrypted(Boolean value)
Sets the value of the encrypted property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isEncrypted()
BooleanCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.