@CodingStyleguideUnaware public class RailTransportType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
RailTransportType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
RailTransportType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RailTransportType 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
|
RailCarIDType |
getRailCarID()
<pre>
<?
|
String |
getRailCarIDValue()
Get the value of the contained RailCarIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TrainIDType |
getTrainID()
<pre>
<?
|
String |
getTrainIDValue()
Get the value of the contained TrainIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setRailCarID(RailCarIDType value)
Sets the value of the railCarID property.
|
RailCarIDType |
setRailCarID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TrainIDType |
setTrainID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTrainID(TrainIDType value)
Sets the value of the trainID property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RailTransportType()
@Nullable public TrainIDType getTrainID()
TrainIDTypepublic void setTrainID(@Nullable TrainIDType value)
value - allowed object is
TrainIDType@Nullable public RailCarIDType getRailCarID()
RailCarIDTypepublic void setRailCarID(@Nullable RailCarIDType value)
value - allowed object is
RailCarIDTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull RailTransportType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public RailTransportType clone()
@Nonnull public TrainIDType setTrainID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public RailCarIDType setRailCarID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getTrainIDValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.