Package org.cxml
Class ReturnData
- java.lang.Object
-
- org.cxml.ReturnData
-
public class ReturnData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Namenameprotected java.lang.Stringname1protected java.lang.StringreturnValue
-
Constructor Summary
Constructors Constructor Description ReturnData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamegetName()Gets the value of the name property.java.lang.StringgetName1()Gets the value of the name1 property.java.lang.StringgetReturnValue()Gets the value of the returnValue property.voidsetName(Name value)Sets the value of the name property.voidsetName1(java.lang.String value)Sets the value of the name1 property.voidsetReturnValue(java.lang.String value)Sets the value of the returnValue property.
-
-
-
Field Detail
-
name1
protected java.lang.String name1
-
returnValue
protected java.lang.String returnValue
-
name
protected Name name
-
-
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 isString
-
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 isString
-
-