@CodingStyleguideUnaware public class SignatureInformationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
SignatureInformationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
SignatureInformationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SignatureInformationType 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
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ReferencedSignatureIDType |
getReferencedSignatureID()
<pre>
<?
|
String |
getReferencedSignatureIDValue()
Get the value of the contained ReferencedSignatureIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
com.helger.xsds.xmldsig.SignatureType |
getSignature()
This is a single digital signature as defined by the W3C specification.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setReferencedSignatureID(ReferencedSignatureIDType value)
Sets the value of the referencedSignatureID property.
|
ReferencedSignatureIDType |
setReferencedSignatureID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSignature(com.helger.xsds.xmldsig.SignatureType value)
Sets the value of the signature property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SignatureInformationType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public ReferencedSignatureIDType getReferencedSignatureID()
ReferencedSignatureIDTypepublic void setReferencedSignatureID(@Nullable ReferencedSignatureIDType value)
value - allowed object is
ReferencedSignatureIDType@Nullable public com.helger.xsds.xmldsig.SignatureType getSignature()
SignatureTypepublic void setSignature(@Nullable com.helger.xsds.xmldsig.SignatureType value)
value - allowed object is
SignatureTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull SignatureInformationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public SignatureInformationType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ReferencedSignatureIDType setReferencedSignatureID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getReferencedSignatureIDValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.