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