Class 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>
     
    • Field Detail

      • success

        protected String success
      • message

        protected String message
      • exportURI

        protected String exportURI
    • Constructor Detail

      • SaveMatchesResp

        public SaveMatchesResp()
    • 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 is String
      • 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 is String
      • getExportURI

        public String getExportURI()
        Gets the value of the exportURI property.
        Returns:
        possible object is String
      • setExportURI

        public void setExportURI​(String value)
        Sets the value of the exportURI property.
        Parameters:
        value - allowed object is String