Class VinInfo
- java.lang.Object
-
- net.heberling.ismart.asn1.v1_1.entity.VinInfo
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class VinInfo extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description VinInfo()
-
Method Summary
-
-
-
Method Detail
-
getVin
public String getVin()
-
setVin
public void setVin(String value)
-
getName
public byte[] getName()
-
isNamePresent
public boolean isNamePresent()
-
setName
public void setName(byte[] value)
-
getSeries
public String getSeries()
-
setSeries
public void setSeries(String value)
-
getBrandName
public byte[] getBrandName()
-
setBrandName
public void setBrandName(byte[] value)
-
getModelName
public byte[] getModelName()
-
setModelName
public void setModelName(byte[] value)
-
getVehiclePhoto
public String getVehiclePhoto()
-
isVehiclePhotoPresent
public boolean isVehiclePhotoPresent()
-
setVehiclePhoto
public void setVehiclePhoto(String value)
-
getIsAcivate
public Boolean getIsAcivate()
-
setIsAcivate
public void setIsAcivate(Boolean value)
-
getIsCurrentVehicle
public Integer getIsCurrentVehicle()
-
isIsCurrentVehiclePresent
public boolean isIsCurrentVehiclePresent()
-
setIsCurrentVehicle
public void setIsCurrentVehicle(Integer value)
-
getModelYear
public String getModelYear()
-
isModelYearPresent
public boolean isModelYearPresent()
-
setModelYear
public void setModelYear(String value)
-
getColorName
public byte[] getColorName()
-
isColorNamePresent
public boolean isColorNamePresent()
-
setColorName
public void setColorName(byte[] value)
-
getModelConfigurationJsonStr
public String getModelConfigurationJsonStr()
-
isModelConfigurationJsonStrPresent
public boolean isModelConfigurationJsonStrPresent()
-
setModelConfigurationJsonStr
public void setModelConfigurationJsonStr(String value)
-
getBindTime
public Timestamp getBindTime()
-
isBindTimePresent
public boolean isBindTimePresent()
-
setBindTime
public void setBindTime(Timestamp value)
-
getTboxSimNo
public String getTboxSimNo()
-
isTboxSimNoPresent
public boolean isTboxSimNoPresent()
-
setTboxSimNo
public void setTboxSimNo(String value)
-
initWithDefaults
public void initWithDefaults()
- Specified by:
initWithDefaultsin interfaceorg.bn.coders.IASN1PreparedElement
-
getPreparedData
public org.bn.coders.IASN1PreparedElementData getPreparedData()
- Specified by:
getPreparedDatain interfaceorg.bn.coders.IASN1PreparedElement
-
-