@CodingStyleguideUnaware public class UBLDocumentSignaturesType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
UBLDocumentSignaturesType()
Default constructor<br>
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 <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<SignatureInformationType> |
getSignatureInformation()
<pre>
<?
|
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()
SignatureInformationTypepublic 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 <code>null</code>.public boolean hasSignatureInformationEntries()
public boolean hasNoSignatureInformationEntries()
@Nonnegative public int getSignatureInformationCount()
@Nullable public SignatureInformationType getSignatureInformationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSignatureInformation(@Nonnull SignatureInformationType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull UBLDocumentSignaturesType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public UBLDocumentSignaturesType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.