XmlBirthLog

public class XmlBirthLog

Java class for BirthLog complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="BirthLog">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="newUnitID" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="controller" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="parentID" type="{http://www.w3.org/2001/XMLSchema}int"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Fields

controller

protected int controller

newUnitID

protected int newUnitID

parentID

protected int parentID

Methods

getController

public int getController()

Gets the value of the controller property.

getNewUnitID

public int getNewUnitID()

Gets the value of the newUnitID property.

getParentID

public int getParentID()

Gets the value of the parentID property.

setController

public void setController(int value)

Sets the value of the controller property.

setNewUnitID

public void setNewUnitID(int value)

Sets the value of the newUnitID property.

setParentID

public void setParentID(int value)

Sets the value of the parentID property.