public class SignatureType
extends java.lang.Object
Java class for SignatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="XMLSignature" type="{http://www.w3.org/2000/09/xmldsig#}SignatureType" minOccurs="0"/>
<element name="Base64Signature" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<any processContents='lax' namespace='##other'/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
any |
protected byte[] |
base64Signature |
protected SignatureType |
xmlSignature |
| Constructor and Description |
|---|
SignatureType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAny()
Gets the value of the any property.
|
byte[] |
getBase64Signature()
Gets the value of the base64Signature property.
|
SignatureType |
getXMLSignature()
Gets the value of the xmlSignature property.
|
void |
setAny(java.lang.Object value)
Sets the value of the any property.
|
void |
setBase64Signature(byte[] value)
Sets the value of the base64Signature property.
|
void |
setXMLSignature(SignatureType value)
Sets the value of the xmlSignature property.
|
protected SignatureType xmlSignature
protected byte[] base64Signature
protected java.lang.Object any
public SignatureType getXMLSignature()
SignatureTypepublic void setXMLSignature(SignatureType value)
value - allowed object is
SignatureTypepublic byte[] getBase64Signature()
public void setBase64Signature(byte[] value)
value - allowed object is
byte[]public java.lang.Object getAny()
Element
Objectpublic void setAny(java.lang.Object value)
value - allowed object is
Element
ObjectCopyright © 2025. All rights reserved.