Class Forward


  • public class Forward
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="input" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="output" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String input  
      protected java.lang.String output  
    • Constructor Summary

      Constructors 
      Constructor Description
      Forward()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInput()
      Gets the value of the input property.
      java.lang.String getOutput()
      Gets the value of the output property.
      void setInput​(java.lang.String value)
      Sets the value of the input property.
      void setOutput​(java.lang.String value)
      Sets the value of the output property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • input

        protected java.lang.String input
      • output

        protected java.lang.String output
    • Constructor Detail

      • Forward

        public Forward()
    • Method Detail

      • getInput

        public java.lang.String getInput()
        Gets the value of the input property.
        Returns:
        possible object is String
      • setInput

        public void setInput​(java.lang.String value)
        Sets the value of the input property.
        Parameters:
        value - allowed object is String
      • getOutput

        public java.lang.String getOutput()
        Gets the value of the output property.
        Returns:
        possible object is String
      • setOutput

        public void setOutput​(java.lang.String value)
        Sets the value of the output property.
        Parameters:
        value - allowed object is String