|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cin.encrypted.EncryptedKnownContent
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:46:28+02:00", comments="JAXB RI v2.2.11") public class EncryptedKnownContent
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 Summary | |
---|---|
EncryptedKnownContent()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptedKnownContent()
Method Detail |
---|
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[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |