|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.behealth.webservices.tsa.TSBagType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:39:19+02:00", comments="JAXB RI v2.2.11") public class TSBagType
contains the tsbag and the oasis time stamp response
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 Summary | |
---|---|
TSBagType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TSBagType()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |