public class BinarySecurityTokenType extends EncodedString
Java class for BinarySecurityTokenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinarySecurityTokenType">
<simpleContent>
<extension base="<http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd>EncodedString">
<attribute name="ValueType" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
valueType |
encodingTypeid, value| Constructor and Description |
|---|
BinarySecurityTokenType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValueType()
Gets the value of the valueType property.
|
void |
setValueType(String value)
Sets the value of the valueType property.
|
getEncodingType, setEncodingTypegetId, getOtherAttributes, getValue, setId, setValueprotected String valueType
Apache CXF