Package com.lampa.smi.dtoV1
Class PcieGenType
- java.lang.Object
-
- com.lampa.smi.dtoV1.PcieGenType
-
public class PcieGenType extends java.lang.Object
Java class for pcie_genType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pcie_genType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="max_link_gen" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="current_link_gen" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PcieGenType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCurrentLinkGen()
Gets the value of the currentLinkGen property.java.lang.String
getMaxLinkGen()
Gets the value of the maxLinkGen property.void
setCurrentLinkGen(java.lang.String value)
Sets the value of the currentLinkGen property.void
setMaxLinkGen(java.lang.String value)
Sets the value of the maxLinkGen property.
-
-
-
Method Detail
-
getMaxLinkGen
public java.lang.String getMaxLinkGen()
Gets the value of the maxLinkGen property.- Returns:
- possible object is
String
-
setMaxLinkGen
public void setMaxLinkGen(java.lang.String value)
Sets the value of the maxLinkGen property.- Parameters:
value
- allowed object isString
-
getCurrentLinkGen
public java.lang.String getCurrentLinkGen()
Gets the value of the currentLinkGen property.- Returns:
- possible object is
String
-
setCurrentLinkGen
public void setCurrentLinkGen(java.lang.String value)
Sets the value of the currentLinkGen property.- Parameters:
value
- allowed object isString
-
-