public class SignatureConfirmationType extends Object
Java class for SignatureConfirmationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureConfirmationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Id"/>
<attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SignatureConfirmationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
public void setId(String value)
value - allowed object is
Stringpublic byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]Copyright © 2018 JBoss by Red Hat. All rights reserved.