|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Content
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="{}id" minOccurs="0"/> <element ref="{}title"/> <element ref="{}submitted-url"/> <element ref="{}shortened-url" minOccurs="0"/> <element ref="{}submitted-image-url"/> <element ref="{}thumbnail-url" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getShortenedUrl()
Gets the value of the shortenedUrl property. |
java.lang.String |
getSubmittedImageUrl()
Gets the value of the submittedImageUrl property. |
java.lang.String |
getSubmittedUrl()
Gets the value of the submittedUrl property. |
java.lang.String |
getThumbnailUrl()
Gets the value of the thumbnailUrl property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setShortenedUrl(java.lang.String value)
Sets the value of the shortenedUrl property. |
void |
setSubmittedImageUrl(java.lang.String value)
Sets the value of the submittedImageUrl property. |
void |
setSubmittedUrl(java.lang.String value)
Sets the value of the submittedUrl property. |
void |
setThumbnailUrl(java.lang.String value)
Sets the value of the thumbnailUrl property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
Method Detail |
---|
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
java.lang.String getTitle()
String
void setTitle(java.lang.String value)
value
- allowed object is
String
java.lang.String getSubmittedUrl()
String
void setSubmittedUrl(java.lang.String value)
value
- allowed object is
String
java.lang.String getShortenedUrl()
String
void setShortenedUrl(java.lang.String value)
value
- allowed object is
String
java.lang.String getSubmittedImageUrl()
String
void setSubmittedImageUrl(java.lang.String value)
value
- allowed object is
String
java.lang.String getThumbnailUrl()
String
void setThumbnailUrl(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 |