Package com.lampa.smi.dtoV1
Class SingleBitType
- java.lang.Object
-
- com.lampa.smi.dtoV1.SingleBitType
-
public class SingleBitType extends java.lang.ObjectJava 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.StringgetCbu()Gets the value of the cbu property.java.lang.StringgetDeviceMemory()Gets the value of the deviceMemory property.java.lang.StringgetL1Cache()Gets the value of the l1Cache property.java.lang.StringgetL2Cache()Gets the value of the l2Cache property.java.lang.StringgetRegisterFile()Gets the value of the registerFile property.java.lang.StringgetTextureMemory()Gets the value of the textureMemory property.java.lang.StringgetTextureShm()Gets the value of the textureShm property.java.lang.StringgetTotal()Gets the value of the total property.voidsetCbu(java.lang.String value)Sets the value of the cbu property.voidsetDeviceMemory(java.lang.String value)Sets the value of the deviceMemory property.voidsetL1Cache(java.lang.String value)Sets the value of the l1Cache property.voidsetL2Cache(java.lang.String value)Sets the value of the l2Cache property.voidsetRegisterFile(java.lang.String value)Sets the value of the registerFile property.voidsetTextureMemory(java.lang.String value)Sets the value of the textureMemory property.voidsetTextureShm(java.lang.String value)Sets the value of the textureShm property.voidsetTotal(java.lang.String value)Sets the value of the total property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
-