Class 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EccModeType

        public EccModeType()
    • 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 is String
      • 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 is String