org.scribble.protocol.monitor.model
Class Call

java.lang.Object
  extended by org.scribble.protocol.monitor.model.Node
      extended by org.scribble.protocol.monitor.model.Call

public class Call
extends Node

Java class for Call complex type.

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

 <complexType name="Call">
   <complexContent>
     <extension base="{http://www.scribble.org/monitor}Node">
       <attribute name="callIndex" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer callIndex
           
 
Fields inherited from class org.scribble.protocol.monitor.model.Node
annotation, nextIndex
 
Constructor Summary
Call()
           
 
Method Summary
 int getCallIndex()
          Gets the value of the callIndex property.
 void setCallIndex(Integer value)
          Sets the value of the callIndex property.
 
Methods inherited from class org.scribble.protocol.monitor.model.Node
getAnnotation, getNextIndex, setNextIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

callIndex

protected Integer callIndex
Constructor Detail

Call

public Call()
Method Detail

getCallIndex

public int getCallIndex()
Gets the value of the callIndex property.

Returns:
possible object is Integer

setCallIndex

public void setCallIndex(Integer value)
Sets the value of the callIndex property.

Parameters:
value - allowed object is Integer


Copyright © 2008-Present Scribble.org. All Rights Reserved.