Class Element.Field

  • All Implemented Interfaces:
    XMLWritable
    Enclosing class:
    Element

    public static class Element.Field
    extends Object
    implements XMLWritable
    Java class for anonymous complex type. The following schema fragment specifies the expected content contained within this class.
    • Constructor Detail

      • Field

        public Field()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is ;
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is ;
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is ;
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is ;