public class Response extends Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <sequence> <sequence maxOccurs="unbounded"> <element name="addData" type="{http://iqtig.org/ws/model}Pseudonym"/> </sequence> </sequence> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Pseudonym> |
addData |
protected String |
message |
protected boolean |
success |
Constructor and Description |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
List<Pseudonym> |
getAddData()
Gets the value of the addData property.
|
String |
getMessage()
Ruft den Wert der message-Eigenschaft ab.
|
boolean |
isSuccess()
Ruft den Wert der success-Eigenschaft ab.
|
void |
setMessage(String value)
Legt den Wert der message-Eigenschaft fest.
|
void |
setSuccess(boolean value)
Legt den Wert der success-Eigenschaft fest.
|
protected boolean success
protected String message
public boolean isSuccess()
public void setSuccess(boolean value)
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public List<Pseudonym> getAddData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the addData property.
For example, to add a new item, do as follows:
getAddData().add(newItem);
Objects of the following type(s) are allowed in the list
Pseudonym
Copyright © 2017. All rights reserved.