@CodingStyleguideUnaware public class EncryptionDataType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EncryptionDataType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEncryptionCertificatePathChain(EncryptionCertificatePathChainType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addEncryptionSymmetricAlgorithm(EncryptionSymmetricAlgorithmType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
EncryptionDataType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EncryptionDataType 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
|
AttachmentType |
getEncryptionCertificateAttachment()
<pre>
<?
|
List<EncryptionCertificatePathChainType> |
getEncryptionCertificatePathChain()
<pre>
<?
|
EncryptionCertificatePathChainType |
getEncryptionCertificatePathChainAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEncryptionCertificatePathChainCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<EncryptionSymmetricAlgorithmType> |
getEncryptionSymmetricAlgorithm()
<pre>
<?
|
EncryptionSymmetricAlgorithmType |
getEncryptionSymmetricAlgorithmAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEncryptionSymmetricAlgorithmCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
MessageFormatType |
getMessageFormat()
<pre>
<?
|
String |
getMessageFormatValue()
Get the value of the contained MessageFormatType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasEncryptionCertificatePathChainEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasEncryptionSymmetricAlgorithmEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoEncryptionCertificatePathChainEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoEncryptionSymmetricAlgorithmEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEncryptionCertificateAttachment(AttachmentType value)
Sets the value of the encryptionCertificateAttachment property.
|
void |
setEncryptionCertificatePathChain(List<EncryptionCertificatePathChainType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEncryptionSymmetricAlgorithm(List<EncryptionSymmetricAlgorithmType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setMessageFormat(MessageFormatType value)
Sets the value of the messageFormat property.
|
MessageFormatType |
setMessageFormat(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EncryptionDataType()
@Nullable public MessageFormatType getMessageFormat()
MessageFormatTypepublic void setMessageFormat(@Nullable MessageFormatType value)
value - allowed object is
MessageFormatType@Nullable public AttachmentType getEncryptionCertificateAttachment()
AttachmentTypepublic void setEncryptionCertificateAttachment(@Nullable AttachmentType value)
value - allowed object is
AttachmentType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<EncryptionCertificatePathChainType> getEncryptionCertificatePathChain()
EncryptionCertificatePathChainType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<EncryptionSymmetricAlgorithmType> getEncryptionSymmetricAlgorithm()
EncryptionSymmetricAlgorithmTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setEncryptionCertificatePathChain(@Nullable List<EncryptionCertificatePathChainType> aList)
aList - The new list member to set. May be <code>null</code>.public void setEncryptionSymmetricAlgorithm(@Nullable List<EncryptionSymmetricAlgorithmType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasEncryptionCertificatePathChainEntries()
public boolean hasNoEncryptionCertificatePathChainEntries()
@Nonnegative public int getEncryptionCertificatePathChainCount()
@Nullable public EncryptionCertificatePathChainType getEncryptionCertificatePathChainAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addEncryptionCertificatePathChain(@Nonnull EncryptionCertificatePathChainType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasEncryptionSymmetricAlgorithmEntries()
public boolean hasNoEncryptionSymmetricAlgorithmEntries()
@Nonnegative public int getEncryptionSymmetricAlgorithmCount()
@Nullable public EncryptionSymmetricAlgorithmType getEncryptionSymmetricAlgorithmAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addEncryptionSymmetricAlgorithm(@Nonnull EncryptionSymmetricAlgorithmType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull EncryptionDataType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EncryptionDataType clone()
@Nonnull public MessageFormatType setMessageFormat(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.