@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:16:49+01:00", comments="JAXB RI v2.3.7") public class TSBagType extends Object implements Serializable
Java class for TSBagType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TSBagType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TSBagValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignResponse"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TSBagType() |
| Modifier and Type | Method and Description |
|---|---|
SignResponse |
getSignResponse()
Gets the value of the signResponse property.
|
byte[] |
getTSBagValue()
Gets the value of the tsBagValue property.
|
void |
setSignResponse(SignResponse value)
Sets the value of the signResponse property.
|
void |
setTSBagValue(byte[] value)
Sets the value of the tsBagValue property.
|
public byte[] getTSBagValue()
public void setTSBagValue(byte[] value)
value - allowed object is
byte[]public SignResponse getSignResponse()
SignResponsepublic void setSignResponse(SignResponse value)
value - allowed object is
SignResponse
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.