com.priint.comet.metadata.w2ml.XmlElement |
The interface Xml element.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract List<XmlElementAttribute> |
getAttributes()
Gets attributes.
| ||||||||||
abstract List<XmlElement> |
getElements()
Gets elements.
| ||||||||||
abstract int |
getFrameuid()
Gets frameuid.
| ||||||||||
abstract XmlElementGrid |
getGrid()
Gets grid.
| ||||||||||
abstract String |
getName()
Gets name.
| ||||||||||
abstract List<XmlElementPosition> |
getPositions()
Gets positions.
| ||||||||||
abstract String |
getType()
Gets type.
| ||||||||||
abstract int |
getUid()
Gets uid.
| ||||||||||
abstract void |
setAttributes(List<XmlElementAttribute> attributes)
Sets attributes.
| ||||||||||
abstract void |
setElements(List<XmlElement> elements)
Sets elements.
| ||||||||||
abstract void |
setFrameuid(int frameuid)
Sets frameuid.
| ||||||||||
abstract void |
setGrid(XmlElementGrid grid)
Sets grid.
| ||||||||||
abstract void |
setName(String name)
Sets name.
| ||||||||||
abstract void |
setPositions(List<XmlElementPosition> positions)
Sets positions.
| ||||||||||
abstract void |
setType(String type)
Sets type.
| ||||||||||
abstract void |
setUid(int uid)
Sets uid.
|
Gets elements.
Gets frameuid.
Gets name.
Gets type.
Gets uid.
Sets attributes.
attributes | the attributes |
---|
Sets elements.
elements | the elements |
---|
Sets frameuid.
frameuid | the frameuid |
---|
Sets name.
name | the name |
---|
Sets positions.
positions | the positions |
---|
Sets type.
type | the type |
---|
Sets uid.
uid | the uid |
---|