Class InforomVersionType


  • public class InforomVersionType
    extends java.lang.Object

    Java class for inforom_versionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="inforom_versionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="img_version" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="oem_object" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="ecc_object" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="pwr_object" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEccObject()
      Gets the value of the eccObject property.
      java.lang.String getImgVersion()
      Gets the value of the imgVersion property.
      java.lang.String getOemObject()
      Gets the value of the oemObject property.
      java.lang.String getPwrObject()
      Gets the value of the pwrObject property.
      void setEccObject​(java.lang.String value)
      Sets the value of the eccObject property.
      void setImgVersion​(java.lang.String value)
      Sets the value of the imgVersion property.
      void setOemObject​(java.lang.String value)
      Sets the value of the oemObject property.
      void setPwrObject​(java.lang.String value)
      Sets the value of the pwrObject property.
      • Methods inherited from class java.lang.Object

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

      • InforomVersionType

        public InforomVersionType()
    • Method Detail

      • getImgVersion

        public java.lang.String getImgVersion()
        Gets the value of the imgVersion property.
        Returns:
        possible object is String
      • setImgVersion

        public void setImgVersion​(java.lang.String value)
        Sets the value of the imgVersion property.
        Parameters:
        value - allowed object is String
      • getOemObject

        public java.lang.String getOemObject()
        Gets the value of the oemObject property.
        Returns:
        possible object is String
      • setOemObject

        public void setOemObject​(java.lang.String value)
        Sets the value of the oemObject property.
        Parameters:
        value - allowed object is String
      • getEccObject

        public java.lang.String getEccObject()
        Gets the value of the eccObject property.
        Returns:
        possible object is String
      • setEccObject

        public void setEccObject​(java.lang.String value)
        Sets the value of the eccObject property.
        Parameters:
        value - allowed object is String
      • getPwrObject

        public java.lang.String getPwrObject()
        Gets the value of the pwrObject property.
        Returns:
        possible object is String
      • setPwrObject

        public void setPwrObject​(java.lang.String value)
        Sets the value of the pwrObject property.
        Parameters:
        value - allowed object is String