public class EncapsulatedPKIData extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
encoding |
protected String |
id |
protected byte[] |
value |
| 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()
StringCopyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.