@CodingStyleguideUnaware public class DigitalCollaborationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DigitalCollaborationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
DigitalCollaborationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DigitalCollaborationType 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
|
DigitalServiceType |
getReceivingDigitalService()
<pre>
<?
|
DigitalServiceType |
getSendingDigitalService()
<pre>
<?
|
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 |
setReceivingDigitalService(DigitalServiceType value)
Sets the value of the receivingDigitalService property.
|
void |
setSendingDigitalService(DigitalServiceType value)
Sets the value of the sendingDigitalService property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DigitalCollaborationType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public DigitalServiceType getSendingDigitalService()
DigitalServiceTypepublic void setSendingDigitalService(@Nullable DigitalServiceType value)
value - allowed object is
DigitalServiceType@Nullable public DigitalServiceType getReceivingDigitalService()
DigitalServiceTypepublic void setReceivingDigitalService(@Nullable DigitalServiceType value)
value - allowed object is
DigitalServiceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull DigitalCollaborationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DigitalCollaborationType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.