Package org.cxml

Class ReturnData


  • public class ReturnData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Name name  
      protected java.lang.String name1  
      protected java.lang.String returnValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReturnData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Name getName()
      Gets the value of the name property.
      java.lang.String getName1()
      Gets the value of the name1 property.
      java.lang.String getReturnValue()
      Gets the value of the returnValue property.
      void setName​(Name value)
      Sets the value of the name property.
      void setName1​(java.lang.String value)
      Sets the value of the name1 property.
      void setReturnValue​(java.lang.String value)
      Sets the value of the returnValue property.
      • Methods inherited from class java.lang.Object

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

      • name1

        protected java.lang.String name1
      • returnValue

        protected java.lang.String returnValue
      • name

        protected Name name
    • Constructor Detail

      • ReturnData

        public ReturnData()
    • Method Detail

      • getName1

        public java.lang.String getName1()
        Gets the value of the name1 property.
        Returns:
        possible object is String
      • setName1

        public void setName1​(java.lang.String value)
        Sets the value of the name1 property.
        Parameters:
        value - allowed object is String
      • getReturnValue

        public java.lang.String getReturnValue()
        Gets the value of the returnValue property.
        Returns:
        possible object is String
      • setReturnValue

        public void setReturnValue​(java.lang.String value)
        Sets the value of the returnValue property.
        Parameters:
        value - allowed object is String
      • getName

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

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