Package org.cxml
Class ReturnData
java.lang.Object
org.cxml.ReturnData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.Gets the value of the nameAttribute property.Gets the value of the returnValue property.voidSets the value of the name property.voidsetnameAttribute(String value) Sets the value of the nameAttribute property.voidsetReturnValue(String value) Sets the value of the returnValue property.
-
Field Details
-
nameAttribute
-
returnValue
-
name
-
-
Constructor Details
-
ReturnData
public ReturnData()
-
-
Method Details
-
getnameAttribute
Gets the value of the nameAttribute property.- Returns:
- possible object is
String
-
setnameAttribute
Sets the value of the nameAttribute property.- Parameters:
value- allowed object isString
-
getReturnValue
Gets the value of the returnValue property.- Returns:
- possible object is
String
-
setReturnValue
Sets the value of the returnValue property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-