public class SignatureInformationType extends Object
Java class for SignatureInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:SignatureBasicComponents-2}ReferencedSignatureID" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IDType |
id |
protected ReferencedSignatureIDType |
referencedSignatureID |
protected SignatureType |
signature |
| Constructor and Description |
|---|
SignatureInformationType() |
| Modifier and Type | Method and Description |
|---|---|
IDType |
getID()
Gets the value of the id property.
|
ReferencedSignatureIDType |
getReferencedSignatureID()
Gets the value of the referencedSignatureID property.
|
SignatureType |
getSignature()
This is a single digital signature as defined by the W3C specification.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setReferencedSignatureID(ReferencedSignatureIDType value)
Sets the value of the referencedSignatureID property.
|
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
protected IDType id
protected ReferencedSignatureIDType referencedSignatureID
protected SignatureType signature
public void setID(IDType value)
value - allowed object is
IDTypepublic ReferencedSignatureIDType getReferencedSignatureID()
ReferencedSignatureIDTypepublic void setReferencedSignatureID(ReferencedSignatureIDType value)
value - allowed object is
ReferencedSignatureIDTypepublic SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.