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