|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.lang.Long getTicket()
Long
void setTicket(java.lang.Long value)
value
- allowed object is
Long
boolean isSuccess()
void setSuccess(boolean value)
java.lang.String getMessage()
String
void setMessage(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |