Class PciBridgeChipType


  • public class PciBridgeChipType
    extends java.lang.Object

    Java class for pci_bridge_chipType complex type.

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

     <complexType name="pci_bridge_chipType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="bridge_chip_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="bridge_chip_fw" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBridgeChipFw()
      Gets the value of the bridgeChipFw property.
      java.lang.String getBridgeChipType()
      Gets the value of the bridgeChipType property.
      void setBridgeChipFw​(java.lang.String value)
      Sets the value of the bridgeChipFw property.
      void setBridgeChipType​(java.lang.String value)
      Sets the value of the bridgeChipType property.
      • Methods inherited from class java.lang.Object

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

      • PciBridgeChipType

        public PciBridgeChipType()
    • Method Detail

      • getBridgeChipType

        public java.lang.String getBridgeChipType()
        Gets the value of the bridgeChipType property.
        Returns:
        possible object is String
      • setBridgeChipType

        public void setBridgeChipType​(java.lang.String value)
        Sets the value of the bridgeChipType property.
        Parameters:
        value - allowed object is String
      • getBridgeChipFw

        public java.lang.String getBridgeChipFw()
        Gets the value of the bridgeChipFw property.
        Returns:
        possible object is String
      • setBridgeChipFw

        public void setBridgeChipFw​(java.lang.String value)
        Sets the value of the bridgeChipFw property.
        Parameters:
        value - allowed object is String