magoffin.matt.ma2.domain
Interface AddMediaResponseType

All Known Subinterfaces:
AddMediaResponse

public interface AddMediaResponseType

Java content class for add-media-response-type complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/ws.xsd line 80)

 <complexType name="add-media-response-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="success" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="ticket" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getMessage()
          Gets the value of the message property.
 java.lang.Long getTicket()
          Gets the value of the ticket property.
 boolean isSuccess()
          Gets the value of the success property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setSuccess(boolean value)
          Sets the value of the success property.
 void setTicket(java.lang.Long value)
          Sets the value of the ticket property.
 

Method Detail

getTicket

java.lang.Long getTicket()
Gets the value of the ticket property.

Returns:
possible object is Long

setTicket

void setTicket(java.lang.Long value)
Sets the value of the ticket property.

Parameters:
value - allowed object is Long

isSuccess

boolean isSuccess()
Gets the value of the success property.


setSuccess

void setSuccess(boolean value)
Sets the value of the success property.


getMessage

java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String