@CodingStyleguideUnaware public class CommunicationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CommunicationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
CommunicationType(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 |
|---|---|
CommunicationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CommunicationType 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
|
ChannelType |
getChannel()
<pre>
<?
|
ChannelCodeType |
getChannelCode()
<pre>
<?
|
String |
getChannelCodeValue()
Get the value of the contained ChannelCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getChannelValue()
Get the value of the contained ChannelType 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
|
void |
setChannel(ChannelType value)
Sets the value of the channel property.
|
ChannelType |
setChannel(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setChannelCode(ChannelCodeType value)
Sets the value of the channelCode property.
|
ChannelCodeType |
setChannelCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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 CommunicationType()
@Nullable public ChannelCodeType getChannelCode()
ChannelCodeTypepublic void setChannelCode(@Nullable ChannelCodeType value)
value - allowed object is
ChannelCodeType@Nullable public ChannelType getChannel()
ChannelTypepublic void setChannel(@Nullable ChannelType value)
value - allowed object is
ChannelType@Nullable public ValueType getValue()
ValueTypepublic void setValue(@Nullable ValueType value)
value - allowed object is
ValueTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull CommunicationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CommunicationType clone()
@Nonnull public ChannelCodeType setChannelCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ChannelType setChannel(@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 getChannelCodeValue()
@Nullable public String getChannelValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.