Class SingleBitType


  • public class SingleBitType
    extends java.lang.Object

    Java class for single_bitType complex type.

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

     <complexType name="single_bitType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="device_memory" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="register_file" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="l1_cache" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="l2_cache" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="texture_memory" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="texture_shm" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="cbu" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="total" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleBitType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCbu()
      Gets the value of the cbu property.
      java.lang.String getDeviceMemory()
      Gets the value of the deviceMemory property.
      java.lang.String getL1Cache()
      Gets the value of the l1Cache property.
      java.lang.String getL2Cache()
      Gets the value of the l2Cache property.
      java.lang.String getRegisterFile()
      Gets the value of the registerFile property.
      java.lang.String getTextureMemory()
      Gets the value of the textureMemory property.
      java.lang.String getTextureShm()
      Gets the value of the textureShm property.
      java.lang.String getTotal()
      Gets the value of the total property.
      void setCbu​(java.lang.String value)
      Sets the value of the cbu property.
      void setDeviceMemory​(java.lang.String value)
      Sets the value of the deviceMemory property.
      void setL1Cache​(java.lang.String value)
      Sets the value of the l1Cache property.
      void setL2Cache​(java.lang.String value)
      Sets the value of the l2Cache property.
      void setRegisterFile​(java.lang.String value)
      Sets the value of the registerFile property.
      void setTextureMemory​(java.lang.String value)
      Sets the value of the textureMemory property.
      void setTextureShm​(java.lang.String value)
      Sets the value of the textureShm property.
      void setTotal​(java.lang.String value)
      Sets the value of the total property.
      • Methods inherited from class java.lang.Object

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

      • SingleBitType

        public SingleBitType()
    • Method Detail

      • getDeviceMemory

        public java.lang.String getDeviceMemory()
        Gets the value of the deviceMemory property.
        Returns:
        possible object is String
      • setDeviceMemory

        public void setDeviceMemory​(java.lang.String value)
        Sets the value of the deviceMemory property.
        Parameters:
        value - allowed object is String
      • getRegisterFile

        public java.lang.String getRegisterFile()
        Gets the value of the registerFile property.
        Returns:
        possible object is String
      • setRegisterFile

        public void setRegisterFile​(java.lang.String value)
        Sets the value of the registerFile property.
        Parameters:
        value - allowed object is String
      • getL1Cache

        public java.lang.String getL1Cache()
        Gets the value of the l1Cache property.
        Returns:
        possible object is String
      • setL1Cache

        public void setL1Cache​(java.lang.String value)
        Sets the value of the l1Cache property.
        Parameters:
        value - allowed object is String
      • getL2Cache

        public java.lang.String getL2Cache()
        Gets the value of the l2Cache property.
        Returns:
        possible object is String
      • setL2Cache

        public void setL2Cache​(java.lang.String value)
        Sets the value of the l2Cache property.
        Parameters:
        value - allowed object is String
      • getTextureMemory

        public java.lang.String getTextureMemory()
        Gets the value of the textureMemory property.
        Returns:
        possible object is String
      • setTextureMemory

        public void setTextureMemory​(java.lang.String value)
        Sets the value of the textureMemory property.
        Parameters:
        value - allowed object is String
      • getTextureShm

        public java.lang.String getTextureShm()
        Gets the value of the textureShm property.
        Returns:
        possible object is String
      • setTextureShm

        public void setTextureShm​(java.lang.String value)
        Sets the value of the textureShm property.
        Parameters:
        value - allowed object is String
      • getCbu

        public java.lang.String getCbu()
        Gets the value of the cbu property.
        Returns:
        possible object is String
      • setCbu

        public void setCbu​(java.lang.String value)
        Sets the value of the cbu property.
        Parameters:
        value - allowed object is String
      • getTotal

        public java.lang.String getTotal()
        Gets the value of the total property.
        Returns:
        possible object is String
      • setTotal

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