Class Root

  • All Implemented Interfaces:
    DOMElementConvertible

    public class Root
    extends SuperRoot
    Test Class for DOMCodec.
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    • Constructor Detail

      • Root

        public Root()
    • Method Detail

      • getOptionalInteger

        public java.lang.Integer getOptionalInteger()
        Returns:
        the optionalInteger
      • setOptionalInteger

        public void setOptionalInteger​(java.lang.Integer optionalInteger)
        Parameters:
        optionalInteger - the optionalInteger to set
      • getOptionalOffset

        public java.lang.Integer getOptionalOffset()
        Returns:
        the optionalOffset
      • setOptionalOffset

        public void setOptionalOffset​(java.lang.Integer optionalOffset)
        Parameters:
        optionalOffset - the optionalOffset to set
      • getRouting

        public int[] getRouting()
        Returns:
        the routing
      • setRouting

        public void setRouting​(int[] routing)
        Parameters:
        routing - the routing to set
      • getAnotherChild

        public Child1[] getAnotherChild()
      • setAnotherChild

        public void setAnotherChild​(Child1[] anotherChild)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String string)
      • getChild

        public Child1[] getChild()
      • setChild

        public void setChild​(Child1[] child)
      • getAttributeId

        public java.lang.String getAttributeId()
      • setAttributeId

        public void setAttributeId​(java.lang.String string)
      • getMixerNames

        public java.lang.String[] getMixerNames()
      • setMixerNames

        public void setMixerNames​(java.lang.String[] mixerNames)
      • getAnnotatedTestAttribute

        public java.lang.String getAnnotatedTestAttribute()
      • setAnnotatedTestAttribute

        public void setAnnotatedTestAttribute​(java.lang.String annotatedTestAttribute)
      • getTimestamp

        public java.util.Date getTimestamp()
      • setTimestamp

        public void setTimestamp​(java.util.Date timestamp)
      • getChildrenSet

        public java.util.Set<Child1> getChildrenSet()
      • setChildrenSet

        public void setChildrenSet​(java.util.Set<Child1> childrenSet)
      • getTextContent

        public java.lang.String getTextContent()
      • setTextContent

        public void setTextContent​(java.lang.String textContent)
      • getIsSomethingSpecial

        public java.lang.Boolean getIsSomethingSpecial()
      • setIsSomethingSpecial

        public void setIsSomethingSpecial​(java.lang.Boolean isSomethingSpecial)