Package com.sun.xml.ws.security.secext11
Class SignatureConfirmationType
- java.lang.Object
-
- com.sun.xml.ws.security.secext11.SignatureConfirmationType
-
- Direct Known Subclasses:
SignatureConfirmation
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 name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> <attribute ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Id"/> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SignatureConfirmationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.byte[]getValue()Gets the value of the value property.voidsetId(String value)Sets the value of the id property.voidsetValue(byte[] value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected byte[] value
-
id
protected String id
-
-