Class XmlElementImpl
java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.XmlElementImpl
- All Implemented Interfaces:
XmlElement,Serializable
- See Also:
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
XmlElementImpl
public XmlElementImpl()
-
-
Method Details
-
getName
Description copied from interface:XmlElementGets name.- Specified by:
getNamein interfaceXmlElement- Returns:
- the name
-
setName
Description copied from interface:XmlElementSets name.- Specified by:
setNamein interfaceXmlElement- Parameters:
name- the name
-
getUid
public int getUid()Description copied from interface:XmlElementGets uid.- Specified by:
getUidin interfaceXmlElement- Returns:
- the uid
-
setUid
public void setUid(int uid) Description copied from interface:XmlElementSets uid.- Specified by:
setUidin interfaceXmlElement- Parameters:
uid- the uid
-
getType
Description copied from interface:XmlElementGets type.- Specified by:
getTypein interfaceXmlElement- Returns:
- the type
-
setType
Description copied from interface:XmlElementSets type.- Specified by:
setTypein interfaceXmlElement- Parameters:
type- the type
-
getFrameuid
public int getFrameuid()Description copied from interface:XmlElementGets frameuid.- Specified by:
getFrameuidin interfaceXmlElement- Returns:
- the frameuid
-
setFrameuid
public void setFrameuid(int frameuid) Description copied from interface:XmlElementSets frameuid.- Specified by:
setFrameuidin interfaceXmlElement- Parameters:
frameuid- the frameuid
-
getPositions
Description copied from interface:XmlElementGets positions.- Specified by:
getPositionsin interfaceXmlElement- Returns:
- the positions
-
setPositions
Description copied from interface:XmlElementSets positions.- Specified by:
setPositionsin interfaceXmlElement- Parameters:
positions- the positions
-
getGrid
Description copied from interface:XmlElementGets grid.- Specified by:
getGridin interfaceXmlElement- Returns:
- the grid
-
setGrid
Description copied from interface:XmlElementSets grid.- Specified by:
setGridin interfaceXmlElement- Parameters:
grid- the grid
-
getAttributes
Description copied from interface:XmlElementGets attributes.- Specified by:
getAttributesin interfaceXmlElement- Returns:
- the attributes
-
setAttributes
Description copied from interface:XmlElementSets attributes.- Specified by:
setAttributesin interfaceXmlElement- Parameters:
attributes- the attributes
-
getElements
Description copied from interface:XmlElementGets elements.- Specified by:
getElementsin interfaceXmlElement- Returns:
- the elements
-
setElements
Description copied from interface:XmlElementSets elements.- Specified by:
setElementsin interfaceXmlElement- Parameters:
elements- the elements
-