Class ClocksType


  • public class ClocksType
    extends java.lang.Object

    Java class for clocksType complex type.

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

     <complexType name="clocksType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="graphics_clock" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="sm_clock" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="mem_clock" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="video_clock" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      ClocksType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getGraphicsClock()
      Gets the value of the graphicsClock property.
      java.lang.Integer getMemClock()
      Gets the value of the memClock property.
      java.lang.Integer getSmClock()
      Gets the value of the smClock property.
      java.lang.Integer getVideoClock()
      Gets the value of the videoClock property.
      void setGraphicsClock​(java.lang.String value)
      Sets the value of the graphicsClock property.
      void setMemClock​(java.lang.String value)
      Sets the value of the memClock property.
      void setSmClock​(java.lang.String value)
      Sets the value of the smClock property.
      void setVideoClock​(java.lang.String value)
      Sets the value of the videoClock property.
      • Methods inherited from class java.lang.Object

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

      • ClocksType

        public ClocksType()
    • Method Detail

      • getGraphicsClock

        public java.lang.Integer getGraphicsClock()
        Gets the value of the graphicsClock property.
        Returns:
        possible object is String
      • setGraphicsClock

        public void setGraphicsClock​(java.lang.String value)
        Sets the value of the graphicsClock property.
        Parameters:
        value - allowed object is String
      • getSmClock

        public java.lang.Integer getSmClock()
        Gets the value of the smClock property.
        Returns:
        possible object is String
      • setSmClock

        public void setSmClock​(java.lang.String value)
        Sets the value of the smClock property.
        Parameters:
        value - allowed object is String
      • getMemClock

        public java.lang.Integer getMemClock()
        Gets the value of the memClock property.
        Returns:
        possible object is String
      • setMemClock

        public void setMemClock​(java.lang.String value)
        Sets the value of the memClock property.
        Parameters:
        value - allowed object is String
      • getVideoClock

        public java.lang.Integer getVideoClock()
        Gets the value of the videoClock property.
        Returns:
        possible object is String
      • setVideoClock

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