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

controller

protected int controller

producingUnitID

protected int producingUnitID

upgradeTemplateID

protected int upgradeTemplateID

Methods

getController

public int getController()

Gets the value of the controller property.

getProducingUnitID

public int getProducingUnitID()

Gets the value of the producingUnitID property.

getUpgradeTemplateID

public int getUpgradeTemplateID()

Gets the value of the upgradeTemplateID property.

setController

public void setController(int value)

Sets the value of the controller property.

setProducingUnitID

public void setProducingUnitID(int value)

Sets the value of the producingUnitID property.

setUpgradeTemplateID

public void setUpgradeTemplateID(int value)

Sets the value of the upgradeTemplateID property.