Interface XmlElement
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
XmlElementImpl
The interface Xml element.
-
Method Summary
Modifier and TypeMethodDescriptionGets attributes.List<jakarta.xml.bind.annotation.XmlElement>Gets elements.intGets frameuid.getGrid()Gets grid.getName()Gets name.Gets positions.getType()Gets type.intgetUid()Gets uid.voidsetAttributes(List<XmlElementAttribute> attributes) Sets attributes.voidsetElements(List<jakarta.xml.bind.annotation.XmlElement> elements) Sets elements.voidsetFrameuid(int frameuid) Sets frameuid.voidsetGrid(XmlElementGrid grid) Sets grid.voidSets name.voidsetPositions(List<XmlElementPosition> positions) Sets positions.voidSets type.voidsetUid(int uid) Sets uid.
-
Method Details
-
getName
String getName()Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the name
-
getUid
int getUid()Gets uid.- Returns:
- the uid
-
setUid
void setUid(int uid) Sets uid.- Parameters:
uid- the uid
-
getType
String getType()Gets type.- Returns:
- the type
-
setType
Sets type.- Parameters:
type- the type
-
getFrameuid
int getFrameuid()Gets frameuid.- Returns:
- the frameuid
-
setFrameuid
void setFrameuid(int frameuid) Sets frameuid.- Parameters:
frameuid- the frameuid
-
getPositions
List<XmlElementPosition> getPositions()Gets positions.- Returns:
- the positions
-
setPositions
Sets positions.- Parameters:
positions- the positions
-
getGrid
XmlElementGrid getGrid()Gets grid.- Returns:
- the grid
-
setGrid
Sets grid.- Parameters:
grid- the grid
-
getAttributes
List<XmlElementAttribute> getAttributes()Gets attributes.- Returns:
- the attributes
-
setAttributes
Sets attributes.- Parameters:
attributes- the attributes
-
getElements
List<jakarta.xml.bind.annotation.XmlElement> getElements()Gets elements.- Returns:
- the elements
-
setElements
Sets elements.- Parameters:
elements- the elements
-