@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:29:14+02:00", comments="JAXB RI v2.3.7") public class RequestType extends Object implements Serializable
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EncryptedContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RequestType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncryptedContent()
Gets the value of the encryptedContent property.
|
void |
setEncryptedContent(byte[] value)
Sets the value of the encryptedContent property.
|
public byte[] getEncryptedContent()
public void setEncryptedContent(byte[] value)
value - allowed object is
byte[]
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.