public class PasswordString extends AttributedString
Java class for PasswordString complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordString">
<simpleContent>
<extension base="<http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd>AttributedString">
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
id, valueotherAttributes| Constructor and Description |
|---|
PasswordString() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Gets the value of the type property.
|
void |
setType(String value)
Sets the value of the type property.
|
getId, getValue, setId, setValueaddOtherAttribute, addOtherAttributes, getOtherAttributesprotected String type
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.