Package com.lampa.smi.dtoV1
Class DriverModelType
- java.lang.Object
-
- com.lampa.smi.dtoV1.DriverModelType
-
public class DriverModelType extends java.lang.Object
Java class for driver_modelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="driver_modelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="current_dm" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pending_dm" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DriverModelType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCurrentDm()
Gets the value of the currentDm property.java.lang.String
getPendingDm()
Gets the value of the pendingDm property.void
setCurrentDm(java.lang.String value)
Sets the value of the currentDm property.void
setPendingDm(java.lang.String value)
Sets the value of the pendingDm property.
-
-
-
Method Detail
-
getCurrentDm
public java.lang.String getCurrentDm()
Gets the value of the currentDm property.- Returns:
- possible object is
String
-
setCurrentDm
public void setCurrentDm(java.lang.String value)
Sets the value of the currentDm property.- Parameters:
value
- allowed object isString
-
getPendingDm
public java.lang.String getPendingDm()
Gets the value of the pendingDm property.- Returns:
- possible object is
String
-
setPendingDm
public void setPendingDm(java.lang.String value)
Sets the value of the pendingDm property.- Parameters:
value
- allowed object isString
-
-