public class

XmlSignatureValueType

extends Object
java.lang.Object
   ↳ xades4j.xml.bind.xmldsig.XmlSignatureValueType

Class Overview

Java class for SignatureValueType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SignatureValueType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Fields
protected String id
protected byte[] value
Public Constructors
XmlSignatureValueType()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String id

protected byte[] value

Public Constructors

public XmlSignatureValueType ()

Public Methods

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public byte[] getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value allowed object is String

public void setValue (byte[] value)

Sets the value of the value property.

Parameters
value allowed object is String