@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:19:47+02:00", comments="JAXB RI v2.2.11") public class SubmitCSRForForeignerRequest extends RequestType implements Serializable
Java class for SubmitCSRForForeignerRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubmitCSRForForeignerRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
<sequence>
<element name="ForeignPerson" type="{urn:be:fgov:ehealth:commons:core:v2}ActorType"/>
<element name="ContactData" type="{urn:be:fgov:ehealth:certra:core:v2}ContactDataType"/>
<element name="CSR" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SubmitCSRForForeignerRequest() |
| Modifier and Type | Method and Description |
|---|---|
ContactDataType |
getContactData()
Gets the value of the contactData property.
|
byte[] |
getCSR()
Gets the value of the csr property.
|
ActorType |
getForeignPerson()
Gets the value of the foreignPerson property.
|
void |
setContactData(ContactDataType value)
Sets the value of the contactData property.
|
void |
setCSR(byte[] value)
Sets the value of the csr property.
|
void |
setForeignPerson(ActorType value)
Sets the value of the foreignPerson property.
|
getId, getIssueInstant, setId, setIssueInstantpublic ActorType getForeignPerson()
ActorTypepublic void setForeignPerson(ActorType value)
value - allowed object is
ActorTypepublic ContactDataType getContactData()
ContactDataTypepublic void setContactData(ContactDataType value)
value - allowed object is
ContactDataTypepublic byte[] getCSR()
public void setCSR(byte[] value)
value - allowed object is
byte[]
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.