|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Activity
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"> <sequence> <element ref="{}timestamp" minOccurs="0"/> <element ref="{}content-type" minOccurs="0"/> <element ref="{}body"/> <element ref="{}app-id" minOccurs="0"/> </sequence> <attribute name="locale" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.lang.String |
getAppId()
Gets the value of the appId property. |
java.lang.String |
getBody()
Gets the value of the body property. |
NetworkUpdateContentType |
getContentType()
Gets the value of the contentType property. |
java.lang.String |
getLocale()
Gets the value of the locale property. |
java.lang.Long |
getTimestamp()
Gets the value of the timestamp property. |
void |
setAppId(java.lang.String value)
Sets the value of the appId property. |
void |
setBody(java.lang.String value)
Sets the value of the body property. |
void |
setContentType(NetworkUpdateContentType value)
Sets the value of the contentType property. |
void |
setLocale(java.lang.String value)
Sets the value of the locale property. |
void |
setTimestamp(java.lang.Long value)
Sets the value of the timestamp property. |
Method Detail |
---|
java.lang.Long getTimestamp()
String
void setTimestamp(java.lang.Long value)
value
- allowed object is
String
NetworkUpdateContentType getContentType()
NetworkUpdateContentType
void setContentType(NetworkUpdateContentType value)
value
- allowed object is
NetworkUpdateContentType
java.lang.String getBody()
String
void setBody(java.lang.String value)
value
- allowed object is
String
java.lang.String getAppId()
String
void setAppId(java.lang.String value)
value
- allowed object is
String
java.lang.String getLocale()
String
void setLocale(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 |