@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:29:56+02:00", comments="JAXB RI v2.3.7") public class ProfessionalAuthorizationType extends BaseType implements Serializable
Java class for ProfessionalAuthorizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfessionalAuthorizationType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:samcivics:type:v2}BaseType">
<sequence>
<element name="ProfAuId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="PurchasingAdvisorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProfessionalCode" type="{urn:be:fgov:ehealth:samcivics:type:v2}ProfessionalCodeType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ProfessionalAuthorizationType() |
| Modifier and Type | Method and Description |
|---|---|
long |
getProfAuId()
Gets the value of the profAuId property.
|
ProfessionalCodeType |
getProfessionalCode()
Gets the value of the professionalCode property.
|
String |
getPurchasingAdvisorName()
Gets the value of the purchasingAdvisorName property.
|
void |
setProfAuId(long value)
Sets the value of the profAuId property.
|
void |
setProfessionalCode(ProfessionalCodeType value)
Sets the value of the professionalCode property.
|
void |
setPurchasingAdvisorName(String value)
Sets the value of the purchasingAdvisorName property.
|
getEndDate, getStartDate, setEndDate, setStartDatepublic long getProfAuId()
public void setProfAuId(long value)
public String getPurchasingAdvisorName()
Stringpublic void setPurchasingAdvisorName(String value)
value - allowed object is
Stringpublic ProfessionalCodeType getProfessionalCode()
ProfessionalCodeTypepublic void setProfessionalCode(ProfessionalCodeType value)
value - allowed object is
ProfessionalCodeType
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.