Package com.lampa.smi.dtoV1
Class PciBridgeChipType
- java.lang.Object
-
- com.lampa.smi.dtoV1.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>
-
-
Constructor Summary
Constructors Constructor Description PciBridgeChipType()
-
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.
-
-
-
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 isString
-
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 isString
-
-