@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:56:39+01:00", comments="JAXB RI v2.2.11") public class EncapsulatedPKIData extends Object implements Serializable
Java class for EncapsulatedPKIDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncapsulatedPKIDataType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
EncapsulatedPKIData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Gets the value of the encoding property.
|
String |
getId()
Gets the value of the id property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setId(String value)
Sets the value of the id 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 void setId(String value)
value - allowed object is
Stringpublic String getEncoding()
String
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.