Class 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.
      • Methods inherited from class java.lang.Object

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

      • PciType

        public PciType()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • setPciGpuLinkInfo

        public void setPciGpuLinkInfo​(PciGpuLinkInfoType value)
        Sets the value of the pciGpuLinkInfo property.
        Parameters:
        value - allowed object is PciGpuLinkInfoType
      • setPciBridgeChip

        public void setPciBridgeChip​(PciBridgeChipType value)
        Sets the value of the pciBridgeChip property.
        Parameters:
        value - allowed object is PciBridgeChipType
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String