@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:37:33+02:00", comments="JAXB RI v2.2.11") public class EncryptedKnownContent extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Reply-to-Etk" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="BusinessContent"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string" default="application/octet-stream" /> <attribute name="ContentEncoding" type="{http://www.w3.org/2001/XMLSchema}string" default="none" /> </extension> </simpleContent> </complexType> </element> <element name="Xades" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
EncryptedKnownContent() |
Modifier and Type | Method and Description |
---|---|
BusinessContent |
getBusinessContent()
Gets the value of the businessContent property.
|
byte[] |
getReplyToEtk()
Gets the value of the replyToEtk property.
|
byte[] |
getXades()
Gets the value of the xades property.
|
void |
setBusinessContent(BusinessContent value)
Sets the value of the businessContent property.
|
void |
setReplyToEtk(byte[] value)
Sets the value of the replyToEtk property.
|
void |
setXades(byte[] value)
Sets the value of the xades property.
|
public byte[] getReplyToEtk()
public void setReplyToEtk(byte[] value)
value
- allowed object is
byte[]public BusinessContent getBusinessContent()
BusinessContent
public void setBusinessContent(BusinessContent value)
value
- allowed object is
BusinessContent
public byte[] getXades()
public void setXades(byte[] value)
value
- allowed object is
byte[]
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.