@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:20:17+02:00", comments="JAXB RI v2.2.11") public class TSConsultTSBagResponse extends Object implements Serializable
Java class for TSConsultTSBagResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TSConsultTSBagResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Error" type="{urn:be:fgov:ehealth:timestamping:protocol:v2}ErrorType" minOccurs="0"/> <element name="TSBag" type="{urn:be:fgov:ehealth:timestamping:protocol:v2}TSBagType" maxOccurs="10" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TSConsultTSBagResponse() |
Modifier and Type | Method and Description |
---|---|
ErrorType |
getError()
Gets the value of the error property.
|
List<TSBagType> |
getTSBags()
Gets the value of the tsBags property.
|
void |
setError(ErrorType value)
Sets the value of the error property.
|
public ErrorType getError()
ErrorType
public void setError(ErrorType value)
value
- allowed object is
ErrorType
public List<TSBagType> getTSBags()
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 tsBags property.
For example, to add a new item, do as follows:
getTSBags().add(newItem);
Objects of the following type(s) are allowed in the list
TSBagType
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.