|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.certra.core.v2.CertificateIdentifierType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:38:57+02:00", comments="JAXB RI v2.2.11") public class CertificateIdentifierType
This type contains the identification details of a certificate: The health care actor to which the certificate was issued and the optional ApplicationId assigned to the certificate.
Java class for CertificateIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateIdentifierType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Actor" type="{urn:be:fgov:ehealth:commons:core:v2}ActorType"/> <element name="ApplicationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
CertificateIdentifierType()
|
Method Summary | |
---|---|
ActorType |
getActor()
Gets the value of the actor property. |
String |
getApplicationId()
Gets the value of the applicationId property. |
void |
setActor(ActorType value)
Sets the value of the actor property. |
void |
setApplicationId(String value)
Sets the value of the applicationId property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CertificateIdentifierType()
Method Detail |
---|
public ActorType getActor()
ActorType
public void setActor(ActorType value)
value
- allowed object is
ActorType
public String getApplicationId()
String
public void setApplicationId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |