@CodingStyleguideUnaware public class EncryptionCertificatePathChainType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EncryptionCertificatePathChainType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
EncryptionCertificatePathChainType(ValueType valueParam)
Constructor for value of type ValueType<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionCertificatePathChainType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EncryptionCertificatePathChainType 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
|
URIType |
getURI()
<pre>
<?
|
String |
getURIValue()
Get the value of the contained URIType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValueType |
getValue()
<pre>
<?
|
String |
getValueValue()
Get the value of the contained ValueType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
URIType |
setURI(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setURI(URIType value)
Sets the value of the uri property.
|
ValueType |
setValue(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValue(ValueType value)
Sets the value of the value property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EncryptionCertificatePathChainType()
@Nullable public ValueType getValue()
ValueTypepublic void setValue(@Nullable ValueType value)
value - allowed object is
ValueType@Nullable public URIType getURI()
URITypepublic void setURI(@Nullable URIType value)
value - allowed object is
URITypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull EncryptionCertificatePathChainType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EncryptionCertificatePathChainType clone()
@Nonnull public URIType setURI(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValueType setValue(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getValueValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.