@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T02:59:18+02:00", comments="JAXB RI v2.3.7") public class Base64EncryptedValueType extends Object implements Serializable
Java class for Base64EncryptedValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Base64EncryptedValueType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
Base64EncryptedValueType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Gets the value of the encoding property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public String getEncoding()
String
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.