Package com.lampa.smi.dtoV1
Class PciType
- java.lang.Object
-
- com.lampa.smi.dtoV1.PciType
-
public class PciType extends java.lang.ObjectJava class for pciType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pciType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pci_bus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pci_device" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pci_domain" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pci_device_id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pci_bus_id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pci_sub_system_id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pci_gpu_link_info" type="{}pci_gpu_link_infoType"/> <element name="pci_bridge_chip" type="{}pci_bridge_chipType"/> <element name="replay_counter" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="replay_rollover_counter" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tx_util" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="rx_util" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PciType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PciBridgeChipTypegetPciBridgeChip()Gets the value of the pciBridgeChip property.java.lang.StringgetPciBus()Gets the value of the pciBus property.java.lang.StringgetPciBusId()Gets the value of the pciBusId property.java.lang.StringgetPciDevice()Gets the value of the pciDevice property.java.lang.StringgetPciDeviceId()Gets the value of the pciDeviceId property.java.lang.StringgetPciDomain()Gets the value of the pciDomain property.PciGpuLinkInfoTypegetPciGpuLinkInfo()Gets the value of the pciGpuLinkInfo property.java.lang.StringgetPciSubSystemId()Gets the value of the pciSubSystemId property.java.lang.StringgetReplayCounter()Gets the value of the replayCounter property.java.lang.StringgetReplayRolloverCounter()Gets the value of the replayRolloverCounter property.java.lang.StringgetRxUtil()Gets the value of the rxUtil property.java.lang.StringgetTxUtil()Gets the value of the txUtil property.voidsetPciBridgeChip(PciBridgeChipType value)Sets the value of the pciBridgeChip property.voidsetPciBus(java.lang.String value)Sets the value of the pciBus property.voidsetPciBusId(java.lang.String value)Sets the value of the pciBusId property.voidsetPciDevice(java.lang.String value)Sets the value of the pciDevice property.voidsetPciDeviceId(java.lang.String value)Sets the value of the pciDeviceId property.voidsetPciDomain(java.lang.String value)Sets the value of the pciDomain property.voidsetPciGpuLinkInfo(PciGpuLinkInfoType value)Sets the value of the pciGpuLinkInfo property.voidsetPciSubSystemId(java.lang.String value)Sets the value of the pciSubSystemId property.voidsetReplayCounter(java.lang.String value)Sets the value of the replayCounter property.voidsetReplayRolloverCounter(java.lang.String value)Sets the value of the replayRolloverCounter property.voidsetRxUtil(java.lang.String value)Sets the value of the rxUtil property.voidsetTxUtil(java.lang.String value)Sets the value of the txUtil property.
-
-
-
Method Detail
-
getPciBus
public java.lang.String getPciBus()
Gets the value of the pciBus property.- Returns:
- possible object is
String
-
setPciBus
public void setPciBus(java.lang.String value)
Sets the value of the pciBus property.- Parameters:
value- allowed object isString
-
getPciDevice
public java.lang.String getPciDevice()
Gets the value of the pciDevice property.- Returns:
- possible object is
String
-
setPciDevice
public void setPciDevice(java.lang.String value)
Sets the value of the pciDevice property.- Parameters:
value- allowed object isString
-
getPciDomain
public java.lang.String getPciDomain()
Gets the value of the pciDomain property.- Returns:
- possible object is
String
-
setPciDomain
public void setPciDomain(java.lang.String value)
Sets the value of the pciDomain property.- Parameters:
value- allowed object isString
-
getPciDeviceId
public java.lang.String getPciDeviceId()
Gets the value of the pciDeviceId property.- Returns:
- possible object is
String
-
setPciDeviceId
public void setPciDeviceId(java.lang.String value)
Sets the value of the pciDeviceId property.- Parameters:
value- allowed object isString
-
getPciBusId
public java.lang.String getPciBusId()
Gets the value of the pciBusId property.- Returns:
- possible object is
String
-
setPciBusId
public void setPciBusId(java.lang.String value)
Sets the value of the pciBusId property.- Parameters:
value- allowed object isString
-
getPciSubSystemId
public java.lang.String getPciSubSystemId()
Gets the value of the pciSubSystemId property.- Returns:
- possible object is
String
-
setPciSubSystemId
public void setPciSubSystemId(java.lang.String value)
Sets the value of the pciSubSystemId property.- Parameters:
value- allowed object isString
-
getPciGpuLinkInfo
public PciGpuLinkInfoType getPciGpuLinkInfo()
Gets the value of the pciGpuLinkInfo property.- Returns:
- possible object is
PciGpuLinkInfoType
-
setPciGpuLinkInfo
public void setPciGpuLinkInfo(PciGpuLinkInfoType value)
Sets the value of the pciGpuLinkInfo property.- Parameters:
value- allowed object isPciGpuLinkInfoType
-
getPciBridgeChip
public PciBridgeChipType getPciBridgeChip()
Gets the value of the pciBridgeChip property.- Returns:
- possible object is
PciBridgeChipType
-
setPciBridgeChip
public void setPciBridgeChip(PciBridgeChipType value)
Sets the value of the pciBridgeChip property.- Parameters:
value- allowed object isPciBridgeChipType
-
getReplayCounter
public java.lang.String getReplayCounter()
Gets the value of the replayCounter property.- Returns:
- possible object is
String
-
setReplayCounter
public void setReplayCounter(java.lang.String value)
Sets the value of the replayCounter property.- Parameters:
value- allowed object isString
-
getReplayRolloverCounter
public java.lang.String getReplayRolloverCounter()
Gets the value of the replayRolloverCounter property.- Returns:
- possible object is
String
-
setReplayRolloverCounter
public void setReplayRolloverCounter(java.lang.String value)
Sets the value of the replayRolloverCounter property.- Parameters:
value- allowed object isString
-
getTxUtil
public java.lang.String getTxUtil()
Gets the value of the txUtil property.- Returns:
- possible object is
String
-
setTxUtil
public void setTxUtil(java.lang.String value)
Sets the value of the txUtil property.- Parameters:
value- allowed object isString
-
getRxUtil
public java.lang.String getRxUtil()
Gets the value of the rxUtil property.- Returns:
- possible object is
String
-
setRxUtil
public void setRxUtil(java.lang.String value)
Sets the value of the rxUtil property.- Parameters:
value- allowed object isString
-
-