Class RailTransportType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.RailTransportType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected RailCarIDTyperailCarIDprotected TrainIDTypetrainID
-
Constructor Summary
Constructors Constructor Description RailTransportType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RailCarIDTypegetRailCarID()Gets the value of the railCarID property.TrainIDTypegetTrainID()Gets the value of the trainID property.voidsetRailCarID(RailCarIDType value)Sets the value of the railCarID property.voidsetTrainID(TrainIDType value)Sets the value of the trainID property.
-
-
-
Field Detail
-
trainID
protected TrainIDType trainID
-
railCarID
protected RailCarIDType railCarID
-
-
Method Detail
-
getTrainID
public TrainIDType getTrainID()
Gets the value of the trainID property.- Returns:
- possible object is
TrainIDType
-
setTrainID
public void setTrainID(TrainIDType value)
Sets the value of the trainID property.- Parameters:
value- allowed object isTrainIDType
-
getRailCarID
public RailCarIDType getRailCarID()
Gets the value of the railCarID property.- Returns:
- possible object is
RailCarIDType
-
setRailCarID
public void setRailCarID(RailCarIDType value)
Sets the value of the railCarID property.- Parameters:
value- allowed object isRailCarIDType
-
-