@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:21:18+02:00", comments="JAXB RI v2.2.11") public class TSConsultResponse extends Object implements Serializable
Java class for TSConsultResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TSConsultResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Error" type="{urn:be:fgov:ehealth:timestamping:protocol:v2}ErrorType" minOccurs="0"/>
<element name="TSList" type="{urn:be:fgov:ehealth:timestamping:protocol:v2}TimeStampIdentification" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TSConsultResponse() |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
getError()
Gets the value of the error property.
|
String |
getStatus()
Gets the value of the status property.
|
List<TimeStampIdentification> |
getTSLists()
Gets the value of the tsLists property.
|
void |
setError(ErrorType value)
Sets the value of the error property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic ErrorType getError()
ErrorTypepublic void setError(ErrorType value)
value - allowed object is
ErrorTypepublic List<TimeStampIdentification> getTSLists()
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 tsLists property.
For example, to add a new item, do as follows:
getTSLists().add(newItem);
Objects of the following type(s) are allowed in the list
TimeStampIdentification
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.