org.ujac.util.xml
Class BaseObjectSerializer.StackElement

java.lang.Object
  extended by org.ujac.util.xml.BaseObjectSerializer.StackElement
Enclosing class:
BaseObjectSerializer

public class BaseObjectSerializer.StackElement
extends Object

Name: StackElement
Description: A class holding stack elements.


Constructor Summary
BaseObjectSerializer.StackElement(String name, Attributes attributes, int level)
          Constructs a StackElement instance with specific attributes.
 
Method Summary
 Attributes getAttributes()
          Gets the tag attributes.
 Object getData()
          Getter method for the the property data.
 int getLevel()
          Getter method for the the property level.
 String getName()
          Getter method for the the property name.
 ComplexTypeDefinition getTypeDefinition()
          Getter method for the the property typeDefinition.
 void setData(Object data)
          Setter method for the the property data.
 void setTypeDefinition(ComplexTypeDefinition typeDefinition)
          Setter method for the the property typeDefinition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseObjectSerializer.StackElement

public BaseObjectSerializer.StackElement(String name,
                                         Attributes attributes,
                                         int level)
Constructs a StackElement instance with specific attributes.

Parameters:
name - The element name.
attributes - The tag attributes.
level - The initial level.
Method Detail

getName

public String getName()
Getter method for the the property name.

Returns:
The current value of property name.

getAttributes

public Attributes getAttributes()
Gets the tag attributes.

Returns:
The current tag attributes.

getLevel

public int getLevel()
Getter method for the the property level.

Returns:
The current value of property level.

getData

public Object getData()
Getter method for the the property data.

Returns:
The current value of property data.

setData

public void setData(Object data)
Setter method for the the property data.

Parameters:
data - The value to set for the property data.

getTypeDefinition

public ComplexTypeDefinition getTypeDefinition()
Getter method for the the property typeDefinition.

Returns:
The current value of property typeDefinition.

setTypeDefinition

public void setTypeDefinition(ComplexTypeDefinition typeDefinition)
Setter method for the the property typeDefinition.

Parameters:
typeDefinition - The value to set for the property typeDefinition.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.