public class ArticlesResponse extends Object implements Serializable
Java class for articlesResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="articlesResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="messageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="developerMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="articles" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="article" type="{}article" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ArticlesResponse.Articles
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArticlesResponse.Articles |
articles |
protected String |
developerMessage |
protected String |
messageCode |
protected String |
status |
protected String |
userMessage |
| Constructor and Description |
|---|
ArticlesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArticlesResponse.Articles |
getArticles()
Gets the value of the articles property.
|
String |
getDeveloperMessage()
Gets the value of the developerMessage property.
|
String |
getMessageCode()
Gets the value of the messageCode property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getUserMessage()
Gets the value of the userMessage property.
|
void |
setArticles(ArticlesResponse.Articles value)
Sets the value of the articles property.
|
void |
setDeveloperMessage(String value)
Sets the value of the developerMessage property.
|
void |
setMessageCode(String value)
Sets the value of the messageCode property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setUserMessage(String value)
Sets the value of the userMessage property.
|
protected String status
protected String messageCode
protected String userMessage
protected String developerMessage
protected ArticlesResponse.Articles articles
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getMessageCode()
Stringpublic void setMessageCode(String value)
value - allowed object is
Stringpublic String getUserMessage()
Stringpublic void setUserMessage(String value)
value - allowed object is
Stringpublic String getDeveloperMessage()
Stringpublic void setDeveloperMessage(String value)
value - allowed object is
Stringpublic ArticlesResponse.Articles getArticles()
ArticlesResponse.Articlespublic void setArticles(ArticlesResponse.Articles value)
value - allowed object is
ArticlesResponse.ArticlesCopyright © 2018 The Apache Software Foundation. All rights reserved.