XmlResourceNodeExhaustionLog

public class XmlResourceNodeExhaustionLog

Java class for ResourceNodeExhaustionLog complex type.

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

<complexType name="ResourceNodeExhaustionLog">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="exhaustedNodeID" type="{http://www.w3.org/2001/XMLSchema}int"/>
        <element name="exhaustedNodeType" type="{}ResourceNodeType"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Fields

exhaustedNodeID

protected int exhaustedNodeID

exhaustedNodeType

protected Type exhaustedNodeType

Methods

getExhaustedNodeID

public int getExhaustedNodeID()

Gets the value of the exhaustedNodeID property.

getExhaustedNodeType

public Type getExhaustedNodeType()

Gets the value of the exhaustedNodeType property.

Returns:possible object is String

setExhaustedNodeID

public void setExhaustedNodeID(int value)

Sets the value of the exhaustedNodeID property.

setExhaustedNodeType

public void setExhaustedNodeType(Type value)

Sets the value of the exhaustedNodeType property.

Parameters:
  • value – allowed object is String