Class 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 Detail

      • XmlElementImpl

        public XmlElementImpl()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: XmlElement
        Gets name.
        Specified by:
        getName in interface XmlElement
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: XmlElement
        Sets name.
        Specified by:
        setName in interface XmlElement
        Parameters:
        name - the name
      • getUid

        public int getUid()
        Description copied from interface: XmlElement
        Gets uid.
        Specified by:
        getUid in interface XmlElement
        Returns:
        the uid
      • setUid

        public void setUid​(int uid)
        Description copied from interface: XmlElement
        Sets uid.
        Specified by:
        setUid in interface XmlElement
        Parameters:
        uid - the uid
      • getType

        public java.lang.String getType()
        Description copied from interface: XmlElement
        Gets type.
        Specified by:
        getType in interface XmlElement
        Returns:
        the type
      • setType

        public void setType​(java.lang.String type)
        Description copied from interface: XmlElement
        Sets type.
        Specified by:
        setType in interface XmlElement
        Parameters:
        type - the type
      • getFrameuid

        public int getFrameuid()
        Description copied from interface: XmlElement
        Gets frameuid.
        Specified by:
        getFrameuid in interface XmlElement
        Returns:
        the frameuid
      • setFrameuid

        public void setFrameuid​(int frameuid)
        Description copied from interface: XmlElement
        Sets frameuid.
        Specified by:
        setFrameuid in interface XmlElement
        Parameters:
        frameuid - the frameuid
      • getElements

        public java.util.List<javax.xml.bind.annotation.XmlElement> getElements()
        Description copied from interface: XmlElement
        Gets elements.
        Specified by:
        getElements in interface XmlElement
        Returns:
        the elements
      • setElements

        public void setElements​(java.util.List<javax.xml.bind.annotation.XmlElement> elements)
        Description copied from interface: XmlElement
        Sets elements.
        Specified by:
        setElements in interface XmlElement
        Parameters:
        elements - the elements