@CodingStyleguideUnaware public class UBLDocumentSignaturesType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?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>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
UBLDocumentSignaturesType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addSignatureInformation(SignatureInformationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
UBLDocumentSignaturesType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(UBLDocumentSignaturesType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<SignatureInformationType> |
getSignatureInformation()
<?
|
SignatureInformationType |
getSignatureInformationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSignatureInformationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoSignatureInformationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSignatureInformationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSignatureInformation(List<SignatureInformationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public UBLDocumentSignaturesType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") 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
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setSignatureInformation(@Nullable List<SignatureInformationType> aList)
aList - The new list member to set. May be null.public boolean hasSignatureInformationEntries()
true if at least one item is contained, false otherwise.public boolean hasNoSignatureInformationEntries()
true if no item is contained, false otherwise.@Nonnegative public int getSignatureInformationCount()
@Nullable public SignatureInformationType getSignatureInformationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addSignatureInformation(@Nonnull SignatureInformationType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull UBLDocumentSignaturesType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public UBLDocumentSignaturesType clone()
Copyright © 2014–2020 Philip Helger. All rights reserved.