@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:58:05+01:00", comments="JAXB RI v2.2.11") public class CertificateIdentifierType extends Object implements Serializable
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 and Description |
---|
CertificateIdentifierType() |
Modifier and Type | Method and Description |
---|---|
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.
|
public ActorType getActor()
ActorType
public void setActor(ActorType value)
value
- allowed object is
ActorType
public String getApplicationId()
String
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.