@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:58:44+01: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()
SignResponse
public void setSignResponse(SignResponse value)
value
- allowed object is
SignResponse
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.