@CodingStyleguideUnaware public class DeliveryChannelType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DeliveryChannelType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryChannelType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DeliveryChannelType 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
|
CertificateType |
getDigitalCertificate()
<pre>
<?
|
MessageDeliveryType |
getDigitalMessageDelivery()
<pre>
<?
|
NetworkIDType |
getNetworkID()
<pre>
<?
|
String |
getNetworkIDValue()
Get the value of the contained NetworkIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ParticipantIDType |
getParticipantID()
<pre>
<?
|
String |
getParticipantIDValue()
Get the value of the contained ParticipantIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TestIndicatorType |
getTestIndicator()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
isTestIndicatorValue(boolean nullValue)
Get the value of the contained TestIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDigitalCertificate(CertificateType value)
Sets the value of the digitalCertificate property.
|
void |
setDigitalMessageDelivery(MessageDeliveryType value)
Sets the value of the digitalMessageDelivery property.
|
void |
setNetworkID(NetworkIDType value)
Sets the value of the networkID property.
|
NetworkIDType |
setNetworkID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setParticipantID(ParticipantIDType value)
Sets the value of the participantID property.
|
ParticipantIDType |
setParticipantID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TestIndicatorType |
setTestIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTestIndicator(TestIndicatorType value)
Sets the value of the testIndicator property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DeliveryChannelType()
@Nullable public NetworkIDType getNetworkID()
NetworkIDTypepublic void setNetworkID(@Nullable NetworkIDType value)
value - allowed object is
NetworkIDType@Nullable public ParticipantIDType getParticipantID()
ParticipantIDTypepublic void setParticipantID(@Nullable ParticipantIDType value)
value - allowed object is
ParticipantIDType@Nullable public TestIndicatorType getTestIndicator()
TestIndicatorTypepublic void setTestIndicator(@Nullable TestIndicatorType value)
value - allowed object is
TestIndicatorType@Nullable public CertificateType getDigitalCertificate()
CertificateTypepublic void setDigitalCertificate(@Nullable CertificateType value)
value - allowed object is
CertificateType@Nullable public MessageDeliveryType getDigitalMessageDelivery()
MessageDeliveryTypepublic void setDigitalMessageDelivery(@Nullable MessageDeliveryType value)
value - allowed object is
MessageDeliveryTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull DeliveryChannelType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DeliveryChannelType clone()
@Nonnull public NetworkIDType setNetworkID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ParticipantIDType setParticipantID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TestIndicatorType setTestIndicator(boolean valueParam)
valueParam - The value to be set.@Nullable public String getNetworkIDValue()
@Nullable public String getParticipantIDValue()
public boolean isTestIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>Copyright © 2017–2021 Philip Helger. All rights reserved.