Class SignatureInformationType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.sac.SignatureInformationType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected IDTypeidprotected ReferencedSignatureIDTypereferencedSignatureIDprotected SignatureTypesignature
-
Constructor Summary
Constructors Constructor Description SignatureInformationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDTypegetID()Gets the value of the id property.ReferencedSignatureIDTypegetReferencedSignatureID()Gets the value of the referencedSignatureID property.SignatureTypegetSignature()This is a single digital signature as defined by the W3C specification.voidsetID(IDType value)Sets the value of the id property.voidsetReferencedSignatureID(ReferencedSignatureIDType value)Sets the value of the referencedSignatureID property.voidsetSignature(SignatureType value)Sets the value of the signature property.
-
-
-
Field Detail
-
id
protected IDType id
-
referencedSignatureID
protected ReferencedSignatureIDType referencedSignatureID
-
signature
protected SignatureType signature
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getReferencedSignatureID
public ReferencedSignatureIDType getReferencedSignatureID()
Gets the value of the referencedSignatureID property.- Returns:
- possible object is
ReferencedSignatureIDType
-
setReferencedSignatureID
public void setReferencedSignatureID(ReferencedSignatureIDType value)
Sets the value of the referencedSignatureID property.- Parameters:
value- allowed object isReferencedSignatureIDType
-
getSignature
public SignatureType getSignature()
This is a single digital signature as defined by the W3C specification.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(SignatureType value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
-