XmlUpgradeLog¶
-
public class
XmlUpgradeLog
¶ Java class for UpgradeLog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpgradeLog"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UpgradeTemplateID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="ProducingUnitID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="Controller" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Fields¶
Methods¶
getProducingUnitID¶
-
public int
getProducingUnitID
()¶ Gets the value of the producingUnitID property.
getUpgradeTemplateID¶
-
public int
getUpgradeTemplateID
()¶ Gets the value of the upgradeTemplateID property.