Class SaveMatchesResp
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.SaveMatchesResp
-
public class SaveMatchesResp extends 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="success" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="exportURI" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SaveMatchesResp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExportURI()
Gets the value of the exportURI property.String
getMessage()
Gets the value of the message property.String
getSuccess()
Gets the value of the success property.void
setExportURI(String value)
Sets the value of the exportURI property.void
setMessage(String value)
Sets the value of the message property.void
setSuccess(String value)
Sets the value of the success property.
-
-
-
Method Detail
-
getSuccess
public String getSuccess()
Gets the value of the success property.- Returns:
- possible object is
String
-
setSuccess
public void setSuccess(String value)
Sets the value of the success property.- Parameters:
value
- allowed object isString
-
getMessage
public String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(String value)
Sets the value of the message property.- Parameters:
value
- allowed object isString
-
getExportURI
public String getExportURI()
Gets the value of the exportURI property.- Returns:
- possible object is
String
-
-