Class Vehicle1
java.lang.Object
org.coderic.iso20022.messages.casp.Vehicle1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlVhclData property.Gets the value of the drvrOrVhclCard property.getHbmtr()
Gets the value of the hbmtr property.Gets the value of the mntncId property.getOdmtr()
Gets the value of the odmtr property.Gets the value of the refrHrs property.Gets the value of the trlrHrs property.Gets the value of the trlrNb property.Gets the value of the unitNb property.Gets the value of the vhclNb property.Gets the value of the vhclTag property.Gets the value of the vhclTagNtryMd property.Gets the value of the rplcmntCar property.void
setDrvrOrVhclCard
(PlainCardData17 value) Sets the value of the drvrOrVhclCard property.void
setHbmtr
(BigDecimal value) Sets the value of the hbmtr property.void
setMntncId
(String value) Sets the value of the mntncId property.void
setOdmtr
(BigDecimal value) Sets the value of the odmtr property.void
setRefrHrs
(String value) Sets the value of the refrHrs property.void
setRplcmntCar
(Boolean value) Sets the value of the rplcmntCar property.void
setTrlrHrs
(String value) Sets the value of the trlrHrs property.void
Sets the value of the trlrNb property.void
Sets the value of the unitNb property.void
Sets the value of the vhclNb property.void
setVhclTag
(String value) Sets the value of the vhclTag property.void
Sets the value of the vhclTagNtryMd property.
-
Constructor Details
-
Vehicle1
public Vehicle1()
-
-
Method Details
-
getVhclNb
Gets the value of the vhclNb property.- Returns:
- possible object is
String
-
setVhclNb
Sets the value of the vhclNb property.- Parameters:
value
- allowed object isString
-
getTrlrNb
Gets the value of the trlrNb property.- Returns:
- possible object is
String
-
setTrlrNb
Sets the value of the trlrNb property.- Parameters:
value
- allowed object isString
-
getVhclTag
Gets the value of the vhclTag property.- Returns:
- possible object is
String
-
setVhclTag
Sets the value of the vhclTag property.- Parameters:
value
- allowed object isString
-
getVhclTagNtryMd
Gets the value of the vhclTagNtryMd property.- Returns:
- possible object is
CardDataReading5Code
-
setVhclTagNtryMd
Sets the value of the vhclTagNtryMd property.- Parameters:
value
- allowed object isCardDataReading5Code
-
getUnitNb
Gets the value of the unitNb property.- Returns:
- possible object is
String
-
setUnitNb
Sets the value of the unitNb property.- Parameters:
value
- allowed object isString
-
isRplcmntCar
Gets the value of the rplcmntCar property.- Returns:
- possible object is
Boolean
-
setRplcmntCar
Sets the value of the rplcmntCar property.- Parameters:
value
- allowed object isBoolean
-
getOdmtr
Gets the value of the odmtr property.- Returns:
- possible object is
BigDecimal
-
setOdmtr
Sets the value of the odmtr property.- Parameters:
value
- allowed object isBigDecimal
-
getHbmtr
Gets the value of the hbmtr property.- Returns:
- possible object is
BigDecimal
-
setHbmtr
Sets the value of the hbmtr property.- Parameters:
value
- allowed object isBigDecimal
-
getTrlrHrs
Gets the value of the trlrHrs property.- Returns:
- possible object is
String
-
setTrlrHrs
Sets the value of the trlrHrs property.- Parameters:
value
- allowed object isString
-
getRefrHrs
Gets the value of the refrHrs property.- Returns:
- possible object is
String
-
setRefrHrs
Sets the value of the refrHrs property.- Parameters:
value
- allowed object isString
-
getMntncId
Gets the value of the mntncId property.- Returns:
- possible object is
String
-
setMntncId
Sets the value of the mntncId property.- Parameters:
value
- allowed object isString
-
getDrvrOrVhclCard
Gets the value of the drvrOrVhclCard property.- Returns:
- possible object is
PlainCardData17
-
setDrvrOrVhclCard
Sets the value of the drvrOrVhclCard property.- Parameters:
value
- allowed object isPlainCardData17
-
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
-