@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:20:17+02:00", comments="JAXB RI v2.2.11") 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.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.