Class XmlElementImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.XmlElementImpl
-
- All Implemented Interfaces:
XmlElement,java.io.Serializable
public class XmlElementImpl extends java.lang.Object implements java.io.Serializable, XmlElement
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlElementImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<XmlElementAttribute>getAttributes()Gets attributes.java.util.List<javax.xml.bind.annotation.XmlElement>getElements()Gets elements.intgetFrameuid()Gets frameuid.XmlElementGridgetGrid()Gets grid.java.lang.StringgetName()Gets name.java.util.List<XmlElementPosition>getPositions()Gets positions.java.lang.StringgetType()Gets type.intgetUid()Gets uid.voidsetAttributes(java.util.List<XmlElementAttribute> attributes)Sets attributes.voidsetElements(java.util.List<javax.xml.bind.annotation.XmlElement> elements)Sets elements.voidsetFrameuid(int frameuid)Sets frameuid.voidsetGrid(XmlElementGrid grid)Sets grid.voidsetName(java.lang.String name)Sets name.voidsetPositions(java.util.List<XmlElementPosition> positions)Sets positions.voidsetType(java.lang.String type)Sets type.voidsetUid(int uid)Sets uid.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:XmlElementGets name.- Specified by:
getNamein interfaceXmlElement- Returns:
- the name
-
setName
public void setName(java.lang.String name)
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
public java.lang.String getType()
Description copied from interface:XmlElementGets type.- Specified by:
getTypein interfaceXmlElement- Returns:
- the type
-
setType
public void setType(java.lang.String type)
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
public java.util.List<XmlElementPosition> getPositions()
Description copied from interface:XmlElementGets positions.- Specified by:
getPositionsin interfaceXmlElement- Returns:
- the positions
-
setPositions
public void setPositions(java.util.List<XmlElementPosition> positions)
Description copied from interface:XmlElementSets positions.- Specified by:
setPositionsin interfaceXmlElement- Parameters:
positions- the positions
-
getGrid
public XmlElementGrid getGrid()
Description copied from interface:XmlElementGets grid.- Specified by:
getGridin interfaceXmlElement- Returns:
- the grid
-
setGrid
public void setGrid(XmlElementGrid grid)
Description copied from interface:XmlElementSets grid.- Specified by:
setGridin interfaceXmlElement- Parameters:
grid- the grid
-
getAttributes
public java.util.List<XmlElementAttribute> getAttributes()
Description copied from interface:XmlElementGets attributes.- Specified by:
getAttributesin interfaceXmlElement- Returns:
- the attributes
-
setAttributes
public void setAttributes(java.util.List<XmlElementAttribute> attributes)
Description copied from interface:XmlElementSets attributes.- Specified by:
setAttributesin interfaceXmlElement- Parameters:
attributes- the attributes
-
getElements
public java.util.List<javax.xml.bind.annotation.XmlElement> getElements()
Description copied from interface:XmlElementGets elements.- Specified by:
getElementsin interfaceXmlElement- Returns:
- the elements
-
setElements
public void setElements(java.util.List<javax.xml.bind.annotation.XmlElement> elements)
Description copied from interface:XmlElementSets elements.- Specified by:
setElementsin interfaceXmlElement- Parameters:
elements- the elements
-
-