org.scribble.protocol.monitor.model
Class Scope

java.lang.Object
  extended by org.scribble.protocol.monitor.model.Node
      extended by org.scribble.protocol.monitor.model.Scope
Direct Known Subclasses:
Do

public class Scope
extends Node

Java class for Scope complex type.

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

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


Field Summary
protected  Integer innerIndex
           
protected  String name
           
 
Fields inherited from class org.scribble.protocol.monitor.model.Node
annotation, nextIndex
 
Constructor Summary
Scope()
           
 
Method Summary
 int getInnerIndex()
          Gets the value of the innerIndex property.
 String getName()
          Gets the value of the name property.
 void setInnerIndex(Integer value)
          Sets the value of the innerIndex property.
 void setName(String value)
          Sets the value of the name 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

name

protected String name

innerIndex

protected Integer innerIndex
Constructor Detail

Scope

public Scope()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getInnerIndex

public int getInnerIndex()
Gets the value of the innerIndex property.

Returns:
possible object is Integer

setInnerIndex

public void setInnerIndex(Integer value)
Sets the value of the innerIndex property.

Parameters:
value - allowed object is Integer


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