public class XmlEntity extends Object implements groovy.lang.GroovyObject
Constructor and Description |
---|
XmlEntity() |
Modifier and Type | Method and Description |
---|---|
Object |
getAttributes() |
Object |
getChildren() |
groovy.lang.MetaClass |
getMetaClass() |
void |
setAttributes(Object value) |
void |
setChildren(Object value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
public Object getChildren()
public void setChildren(Object value)
public Object getAttributes()
public void setAttributes(Object value)
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
Copyright © 2010–2022. All rights reserved.