|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.samcivics.type.v2.BaseType
be.fgov.ehealth.samcivics.type.v2.ProfessionalAuthorizationType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-20T05:33:26+02:00",
comments="JAXB RI v2.2.11")
public class ProfessionalAuthorizationType
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 Summary | |
|---|---|
ProfessionalAuthorizationType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class be.fgov.ehealth.samcivics.type.v2.BaseType |
|---|
getEndDate, getStartDate, setEndDate, setStartDate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfessionalAuthorizationType()
| Method Detail |
|---|
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||