Package org.cxml

Class RailDetail

java.lang.Object
org.cxml.RailDetail

public class RailDetail extends Object
  • Field Details

  • Constructor Details

    • RailDetail

      public RailDetail()
  • Method Details

    • getTripType

      public TripType getTripType()
      Gets the value of the tripType property.
      Returns:
      possible object is TripType
    • setTripType

      public void setTripType(TripType value)
      Sets the value of the tripType property.
      Parameters:
      value - allowed object is TripType
    • getRailLeg

      public List<RailLeg> getRailLeg()
      Gets the value of the railLeg property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the railLeg property.

      For example, to add a new item, do as follows:

          getRailLeg().add(newItem);
       

      Objects of the following type(s) are allowed in the list RailLeg

    • getAvailablePrice

      public List<AvailablePrice> getAvailablePrice()
      Gets the value of the availablePrice property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the availablePrice property.

      For example, to add a new item, do as follows:

          getAvailablePrice().add(newItem);
       

      Objects of the following type(s) are allowed in the list AvailablePrice

    • getPenalty

      public Penalty getPenalty()
      Gets the value of the penalty property.
      Returns:
      possible object is Penalty
    • setPenalty

      public void setPenalty(Penalty value)
      Sets the value of the penalty property.
      Parameters:
      value - allowed object is Penalty