public class RecipientIdentifier extends Object
Java class for RecipientIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecipientIdentifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IssuerAndSerialNumber" type="{}IssuerAndSerialNumber"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IssuerAndSerialNumber |
issuerAndSerialNumber
The Issuer and serial number.
|
| Constructor and Description |
|---|
RecipientIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
IssuerAndSerialNumber |
getIssuerAndSerialNumber()
Gets the value of the issuerAndSerialNumber property.
|
void |
setIssuerAndSerialNumber(IssuerAndSerialNumber value)
Sets the value of the issuerAndSerialNumber property.
|
protected IssuerAndSerialNumber issuerAndSerialNumber
public IssuerAndSerialNumber getIssuerAndSerialNumber()
IssuerAndSerialNumberpublic void setIssuerAndSerialNumber(IssuerAndSerialNumber value)
value - allowed object is IssuerAndSerialNumberCopyright © 2022. All rights reserved.