|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujac.util.xml.BaseObjectSerializer.StackElement
public class BaseObjectSerializer.StackElement
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 |
|---|
public BaseObjectSerializer.StackElement(String name,
Attributes attributes,
int level)
name - The element name.attributes - The tag attributes.level - The initial level.| Method Detail |
|---|
public String getName()
public Attributes getAttributes()
public int getLevel()
public Object getData()
public void setData(Object data)
data - The value to set for the property data.public ComplexTypeDefinition getTypeDefinition()
public void setTypeDefinition(ComplexTypeDefinition typeDefinition)
typeDefinition - The value to set for the property typeDefinition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||