public class RailTransportType extends Object
Java class for RailTransportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RailTransportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TrainID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RailCarID" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RailCarIDType |
railCarID |
protected TrainIDType |
trainID |
| Constructor and Description |
|---|
RailTransportType() |
| Modifier and Type | Method and Description |
|---|---|
RailCarIDType |
getRailCarID()
Gets the value of the railCarID property.
|
TrainIDType |
getTrainID()
Gets the value of the trainID property.
|
void |
setRailCarID(RailCarIDType value)
Sets the value of the railCarID property.
|
void |
setTrainID(TrainIDType value)
Sets the value of the trainID property.
|
protected TrainIDType trainID
protected RailCarIDType railCarID
public TrainIDType getTrainID()
TrainIDTypepublic void setTrainID(TrainIDType value)
value - allowed object is
TrainIDTypepublic RailCarIDType getRailCarID()
RailCarIDTypepublic void setRailCarID(RailCarIDType value)
value - allowed object is
RailCarIDTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.