public static class Header.Security.Password
extends java.lang.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="hashed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
hashed |
protected java.lang.String |
value |
| Constructor and Description |
|---|
Password() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isHashed()
Gets the value of the hashed property.
|
void |
setHashed(java.lang.Boolean value)
Sets the value of the hashed property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic boolean isHashed()
Booleanpublic void setHashed(java.lang.Boolean value)
value - allowed object is
Boolean