public class UBLDocumentSignaturesType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonSignatureComponents-2" xmlns:sac="urn:oasis:names:specification:ubl:schema:xsd:SignatureAggregateComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>UBL Document Signatures. Details</ccts:DictionaryEntryName>
<ccts:Definition>This class collects all signature information for a document.</ccts:Definition>
<ccts:ObjectClass>UBL Document Signatures</ccts:ObjectClass>
</ccts:Component>
Java class for UBLDocumentSignaturesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UBLDocumentSignaturesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:SignatureAggregateComponents-2}SignatureInformation" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<SignatureInformationType> |
signatureInformation |
| Constructor and Description |
|---|
UBLDocumentSignaturesType() |
| Modifier and Type | Method and Description |
|---|---|
List<SignatureInformationType> |
getSignatureInformation()
<?
|
protected List<SignatureInformationType> signatureInformation
public List<SignatureInformationType> getSignatureInformation()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonSignatureComponents-2" xmlns:sac="urn:oasis:names:specification:ubl:schema:xsd:SignatureAggregateComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>UBL Document Signatures. Signature Information</ccts:DictionaryEntryName>
<ccts:Definition>Each of these is scaffolding for a single digital signature.</ccts:Definition>
<ccts:Cardinality>1..n</ccts:Cardinality>
<ccts:ObjectClass>UBL Document Signatures</ccts:ObjectClass>
<ccts:PropertyTerm>Signature Information</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Signature Information</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Signature Information</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the signatureInformation property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the signatureInformation property.
For example, to add a new item, do as follows:
getSignatureInformation().add(newItem);
Objects of the following type(s) are allowed in the list
SignatureInformationType
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.