Class GpuOperationModeType


  • public class GpuOperationModeType
    extends java.lang.Object

    Java class for gpu_operation_modeType complex type.

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

     <complexType name="gpu_operation_modeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="current_gom" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="pending_gom" 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 getCurrentGom()
      Gets the value of the currentGom property.
      java.lang.String getPendingGom()
      Gets the value of the pendingGom property.
      void setCurrentGom​(java.lang.String value)
      Sets the value of the currentGom property.
      void setPendingGom​(java.lang.String value)
      Sets the value of the pendingGom property.
      • Methods inherited from class java.lang.Object

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

      • GpuOperationModeType

        public GpuOperationModeType()
    • Method Detail

      • getCurrentGom

        public java.lang.String getCurrentGom()
        Gets the value of the currentGom property.
        Returns:
        possible object is String
      • setCurrentGom

        public void setCurrentGom​(java.lang.String value)
        Sets the value of the currentGom property.
        Parameters:
        value - allowed object is String
      • getPendingGom

        public java.lang.String getPendingGom()
        Gets the value of the pendingGom property.
        Returns:
        possible object is String
      • setPendingGom

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