Package com.lampa.smi.dtoV1
Class PciType
- java.lang.Object
-
- com.lampa.smi.dtoV1.PciType
-
public class PciType extends java.lang.Object
Java 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 PciBridgeChipType
getPciBridgeChip()
Gets the value of the pciBridgeChip property.java.lang.String
getPciBus()
Gets the value of the pciBus property.java.lang.String
getPciBusId()
Gets the value of the pciBusId property.java.lang.String
getPciDevice()
Gets the value of the pciDevice property.java.lang.String
getPciDeviceId()
Gets the value of the pciDeviceId property.java.lang.String
getPciDomain()
Gets the value of the pciDomain property.PciGpuLinkInfoType
getPciGpuLinkInfo()
Gets the value of the pciGpuLinkInfo property.java.lang.String
getPciSubSystemId()
Gets the value of the pciSubSystemId property.java.lang.String
getReplayCounter()
Gets the value of the replayCounter property.java.lang.String
getReplayRolloverCounter()
Gets the value of the replayRolloverCounter property.java.lang.String
getRxUtil()
Gets the value of the rxUtil property.java.lang.String
getTxUtil()
Gets the value of the txUtil property.void
setPciBridgeChip(PciBridgeChipType value)
Sets the value of the pciBridgeChip property.void
setPciBus(java.lang.String value)
Sets the value of the pciBus property.void
setPciBusId(java.lang.String value)
Sets the value of the pciBusId property.void
setPciDevice(java.lang.String value)
Sets the value of the pciDevice property.void
setPciDeviceId(java.lang.String value)
Sets the value of the pciDeviceId property.void
setPciDomain(java.lang.String value)
Sets the value of the pciDomain property.void
setPciGpuLinkInfo(PciGpuLinkInfoType value)
Sets the value of the pciGpuLinkInfo property.void
setPciSubSystemId(java.lang.String value)
Sets the value of the pciSubSystemId property.void
setReplayCounter(java.lang.String value)
Sets the value of the replayCounter property.void
setReplayRolloverCounter(java.lang.String value)
Sets the value of the replayRolloverCounter property.void
setRxUtil(java.lang.String value)
Sets the value of the rxUtil property.void
setTxUtil(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
-
-