|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Answer
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"/> <element ref="{}web-url"/> <element ref="{}author"/> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
Author |
getAuthor()
Gets the value of the author property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getWebUrl()
Gets the value of the webUrl property. |
void |
setAuthor(Author value)
Sets the value of the author property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setWebUrl(java.lang.String value)
Sets the value of the webUrl property. |
Method Detail |
---|
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
java.lang.String getWebUrl()
String
void setWebUrl(java.lang.String value)
value
- allowed object is
String
Author getAuthor()
Author
void setAuthor(Author value)
value
- allowed object is
Author
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |