Package com.lampa.smi.dtoV1
Class PcieGenType
- java.lang.Object
- 
- com.lampa.smi.dtoV1.PcieGenType
 
- 
 public class PcieGenType extends java.lang.ObjectJava 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 SummaryConstructors Constructor Description PcieGenType()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCurrentLinkGen()Gets the value of the currentLinkGen property.java.lang.StringgetMaxLinkGen()Gets the value of the maxLinkGen property.voidsetCurrentLinkGen(java.lang.String value)Sets the value of the currentLinkGen property.voidsetMaxLinkGen(java.lang.String value)Sets the value of the maxLinkGen property.
 
- 
- 
- 
Method Detail- 
getMaxLinkGenpublic java.lang.String getMaxLinkGen() Gets the value of the maxLinkGen property.- Returns:
- possible object is
 String
 
 - 
setMaxLinkGenpublic void setMaxLinkGen(java.lang.String value) Sets the value of the maxLinkGen property.- Parameters:
- value- allowed object is- String
 
 - 
getCurrentLinkGenpublic java.lang.String getCurrentLinkGen() Gets the value of the currentLinkGen property.- Returns:
- possible object is
 String
 
 - 
setCurrentLinkGenpublic void setCurrentLinkGen(java.lang.String value) Sets the value of the currentLinkGen property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-