public static class Header.Security
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="user">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="password">
<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>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Header.Security.Password
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Header.Security.Password |
password |
protected java.lang.String |
user |
| Constructor and Description |
|---|
Security() |
| Modifier and Type | Method and Description |
|---|---|
Header.Security.Password |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getUser()
Gets the value of the user property.
|
void |
setPassword(Header.Security.Password value)
Sets the value of the password property.
|
void |
setUser(java.lang.String value)
Sets the value of the user property.
|
protected java.lang.String user
protected Header.Security.Password password
public java.lang.String getUser()
Stringpublic void setUser(java.lang.String value)
value - allowed object is
Stringpublic Header.Security.Password getPassword()
Header.Security.Passwordpublic void setPassword(Header.Security.Password value)
value - allowed object is
Header.Security.Password