Package com.lampa.smi.dtoV1
Class DoubleBitType
- java.lang.Object
- 
- com.lampa.smi.dtoV1.DoubleBitType
 
- 
 public class DoubleBitType extends java.lang.ObjectJava class for double_bitType complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="double_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 SummaryConstructors Constructor Description DoubleBitType()
 - 
Method SummaryAll 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- 
getDeviceMemorypublic java.lang.String getDeviceMemory() Gets the value of the deviceMemory property.- Returns:
- possible object is
 String
 
 - 
setDeviceMemorypublic void setDeviceMemory(java.lang.String value) Sets the value of the deviceMemory property.- Parameters:
- value- allowed object is- String
 
 - 
getRegisterFilepublic java.lang.String getRegisterFile() Gets the value of the registerFile property.- Returns:
- possible object is
 String
 
 - 
setRegisterFilepublic void setRegisterFile(java.lang.String value) Sets the value of the registerFile property.- Parameters:
- value- allowed object is- String
 
 - 
getL1Cachepublic java.lang.String getL1Cache() Gets the value of the l1Cache property.- Returns:
- possible object is
 String
 
 - 
setL1Cachepublic void setL1Cache(java.lang.String value) Sets the value of the l1Cache property.- Parameters:
- value- allowed object is- String
 
 - 
getL2Cachepublic java.lang.String getL2Cache() Gets the value of the l2Cache property.- Returns:
- possible object is
 String
 
 - 
setL2Cachepublic void setL2Cache(java.lang.String value) Sets the value of the l2Cache property.- Parameters:
- value- allowed object is- String
 
 - 
getTextureMemorypublic java.lang.String getTextureMemory() Gets the value of the textureMemory property.- Returns:
- possible object is
 String
 
 - 
setTextureMemorypublic void setTextureMemory(java.lang.String value) Sets the value of the textureMemory property.- Parameters:
- value- allowed object is- String
 
 - 
getTextureShmpublic java.lang.String getTextureShm() Gets the value of the textureShm property.- Returns:
- possible object is
 String
 
 - 
setTextureShmpublic void setTextureShm(java.lang.String value) Sets the value of the textureShm property.- Parameters:
- value- allowed object is- String
 
 - 
getCbupublic java.lang.String getCbu() Gets the value of the cbu property.- Returns:
- possible object is
 String
 
 - 
setCbupublic void setCbu(java.lang.String value) Sets the value of the cbu property.- Parameters:
- value- allowed object is- String
 
 - 
getTotalpublic java.lang.String getTotal() Gets the value of the total property.- Returns:
- possible object is
 String
 
 - 
setTotalpublic void setTotal(java.lang.String value) Sets the value of the total property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-