Class Vehicle1

java.lang.Object
org.coderic.iso20022.messages.casp.Vehicle1

public class Vehicle1 extends Object

Java class for Vehicle1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Vehicle1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="VhclNb" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35NumericText" minOccurs="0"/>
         <element name="TrlrNb" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35NumericText" minOccurs="0"/>
         <element name="VhclTag" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="VhclTagNtryMd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardDataReading5Code" minOccurs="0"/>
         <element name="UnitNb" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35NumericText" minOccurs="0"/>
         <element name="RplcmntCar" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}TrueFalseIndicator" minOccurs="0"/>
         <element name="Odmtr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}DecimalNumber" minOccurs="0"/>
         <element name="Hbmtr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}DecimalNumber" minOccurs="0"/>
         <element name="TrlrHrs" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="RefrHrs" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="MntncId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" minOccurs="0"/>
         <element name="DrvrOrVhclCard" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PlainCardData17" minOccurs="0"/>
         <element name="AddtlVhclData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Vehicle2" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Vehicle1

      public Vehicle1()
  • Method Details

    • getVhclNb

      public String getVhclNb()
      Gets the value of the vhclNb property.
      Returns:
      possible object is String
    • setVhclNb

      public void setVhclNb(String value)
      Sets the value of the vhclNb property.
      Parameters:
      value - allowed object is String
    • getTrlrNb

      public String getTrlrNb()
      Gets the value of the trlrNb property.
      Returns:
      possible object is String
    • setTrlrNb

      public void setTrlrNb(String value)
      Sets the value of the trlrNb property.
      Parameters:
      value - allowed object is String
    • getVhclTag

      public String getVhclTag()
      Gets the value of the vhclTag property.
      Returns:
      possible object is String
    • setVhclTag

      public void setVhclTag(String value)
      Sets the value of the vhclTag property.
      Parameters:
      value - allowed object is String
    • getVhclTagNtryMd

      public CardDataReading5Code getVhclTagNtryMd()
      Gets the value of the vhclTagNtryMd property.
      Returns:
      possible object is CardDataReading5Code
    • setVhclTagNtryMd

      public void setVhclTagNtryMd(CardDataReading5Code value)
      Sets the value of the vhclTagNtryMd property.
      Parameters:
      value - allowed object is CardDataReading5Code
    • getUnitNb

      public String getUnitNb()
      Gets the value of the unitNb property.
      Returns:
      possible object is String
    • setUnitNb

      public void setUnitNb(String value)
      Sets the value of the unitNb property.
      Parameters:
      value - allowed object is String
    • isRplcmntCar

      public Boolean isRplcmntCar()
      Gets the value of the rplcmntCar property.
      Returns:
      possible object is Boolean
    • setRplcmntCar

      public void setRplcmntCar(Boolean value)
      Sets the value of the rplcmntCar property.
      Parameters:
      value - allowed object is Boolean
    • getOdmtr

      public BigDecimal getOdmtr()
      Gets the value of the odmtr property.
      Returns:
      possible object is BigDecimal
    • setOdmtr

      public void setOdmtr(BigDecimal value)
      Sets the value of the odmtr property.
      Parameters:
      value - allowed object is BigDecimal
    • getHbmtr

      public BigDecimal getHbmtr()
      Gets the value of the hbmtr property.
      Returns:
      possible object is BigDecimal
    • setHbmtr

      public void setHbmtr(BigDecimal value)
      Sets the value of the hbmtr property.
      Parameters:
      value - allowed object is BigDecimal
    • getTrlrHrs

      public String getTrlrHrs()
      Gets the value of the trlrHrs property.
      Returns:
      possible object is String
    • setTrlrHrs

      public void setTrlrHrs(String value)
      Sets the value of the trlrHrs property.
      Parameters:
      value - allowed object is String
    • getRefrHrs

      public String getRefrHrs()
      Gets the value of the refrHrs property.
      Returns:
      possible object is String
    • setRefrHrs

      public void setRefrHrs(String value)
      Sets the value of the refrHrs property.
      Parameters:
      value - allowed object is String
    • getMntncId

      public String getMntncId()
      Gets the value of the mntncId property.
      Returns:
      possible object is String
    • setMntncId

      public void setMntncId(String value)
      Sets the value of the mntncId property.
      Parameters:
      value - allowed object is String
    • getDrvrOrVhclCard

      public PlainCardData17 getDrvrOrVhclCard()
      Gets the value of the drvrOrVhclCard property.
      Returns:
      possible object is PlainCardData17
    • setDrvrOrVhclCard

      public void setDrvrOrVhclCard(PlainCardData17 value)
      Sets the value of the drvrOrVhclCard property.
      Parameters:
      value - allowed object is PlainCardData17
    • getAddtlVhclData

      public List<Vehicle2> getAddtlVhclData()
      Gets the value of the addtlVhclData 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 Jakarta XML Binding object. This is why there is not a set method for the addtlVhclData property.

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

          getAddtlVhclData().add(newItem);
       

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