Class PciGpuLinkInfoType


  • public class PciGpuLinkInfoType
    extends java.lang.Object

    Java class for pci_gpu_link_infoType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="pci_gpu_link_infoType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="pcie_gen" type="{}pcie_genType"/>
             <element name="link_widths" type="{}link_widthsType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PciGpuLinkInfoType

        public PciGpuLinkInfoType()
    • Method Detail

      • getPcieGen

        public PcieGenType getPcieGen()
        Gets the value of the pcieGen property.
        Returns:
        possible object is PcieGenType
      • setPcieGen

        public void setPcieGen​(PcieGenType value)
        Sets the value of the pcieGen property.
        Parameters:
        value - allowed object is PcieGenType
      • getLinkWidths

        public LinkWidthsType getLinkWidths()
        Gets the value of the linkWidths property.
        Returns:
        possible object is LinkWidthsType
      • setLinkWidths

        public void setLinkWidths​(LinkWidthsType value)
        Sets the value of the linkWidths property.
        Parameters:
        value - allowed object is LinkWidthsType