|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.smals.ehealth.codage.beans.EncodeResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:09:26+02:00", comments="JAXB RI v2.2.6") public class EncodeResponse
Java class for EncodeResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncodeResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ticketNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <choice> <element name="response" type="{http://beans.codage.ehealth.smals.be/}ChoiceEncodedDataErrorType" maxOccurs="unbounded"/> <element name="globalError" type="{http://beans.codage.ehealth.smals.be/}GlobalErrorType"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
EncodeResponse()
|
Method Summary | |
---|---|
String |
getApplicationName()
Gets the value of the applicationName property. |
GlobalErrorType |
getGlobalError()
Gets the value of the globalError property. |
List<ChoiceEncodedDataErrorType> |
getResponses()
Gets the value of the responses property. |
String |
getTicketNumber()
Gets the value of the ticketNumber property. |
void |
setApplicationName(String value)
Sets the value of the applicationName property. |
void |
setGlobalError(GlobalErrorType value)
Sets the value of the globalError property. |
void |
setTicketNumber(String value)
Sets the value of the ticketNumber property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncodeResponse()
Method Detail |
---|
public String getTicketNumber()
String
public void setTicketNumber(String value)
value
- allowed object is
String
public String getApplicationName()
String
public void setApplicationName(String value)
value
- allowed object is
String
public GlobalErrorType getGlobalError()
GlobalErrorType
public void setGlobalError(GlobalErrorType value)
value
- allowed object is
GlobalErrorType
public List<ChoiceEncodedDataErrorType> getResponses()
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 responses property.
For example, to add a new item, do as follows:
getResponses().add(newItem);
Objects of the following type(s) are allowed in the list
ChoiceEncodedDataErrorType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |