Class XmlObject

    • Constructor Detail

      • XmlObject

        public XmlObject()
        Instantiates a new XML object.
      • XmlObject

        public XmlObject​(String name,
                         AttributeType dataType)
        Instantiates a new XML object.
        Parameters:
        name - the object name
        dataType - the data type
      • XmlObject

        public XmlObject​(XmlObject copy)
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the new name
      • getDataType

        public AttributeType getDataType()
        Gets the data type.
        Returns:
        the data type
      • setDataType

        public void setDataType​(AttributeType dataType)
        Sets the data type.
        Parameters:
        dataType - the new data type
      • getXpath

        public String getXpath()
        Gets the XPath.
        Returns:
        the XPath
      • setXpath

        public void setXpath​(String xpath)
        Sets the XPath.
        Parameters:
        xpath - the new XPath