|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.genericinsurability.core.v1.InsurabilityRequestDetailType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-03-19T04:14:48+01:00",
comments="JAXB RI v2.2.11")
public class InsurabilityRequestDetailType
Java class for InsurabilityRequestDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsurabilityRequestDetailType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InsurabilityRequestType" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}InsurabilityRequestTypeType"/>
<element name="Period" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}PeriodType"/>
<element name="InsurabilityContactType" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}InsurabilityContactTypeType"/>
<element name="InsurabilityReference" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}InsurabilityReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
InsurabilityRequestDetailType()
|
|
| Method Summary | |
|---|---|
InsurabilityContactTypeType |
getInsurabilityContactType()
Gets the value of the insurabilityContactType property. |
String |
getInsurabilityReference()
Gets the value of the insurabilityReference property. |
InsurabilityRequestTypeType |
getInsurabilityRequestType()
Gets the value of the insurabilityRequestType property. |
PeriodType |
getPeriod()
Gets the value of the period property. |
void |
setInsurabilityContactType(InsurabilityContactTypeType value)
Sets the value of the insurabilityContactType property. |
void |
setInsurabilityReference(String value)
Sets the value of the insurabilityReference property. |
void |
setInsurabilityRequestType(InsurabilityRequestTypeType value)
Sets the value of the insurabilityRequestType property. |
void |
setPeriod(PeriodType value)
Sets the value of the period property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsurabilityRequestDetailType()
| Method Detail |
|---|
public InsurabilityRequestTypeType getInsurabilityRequestType()
InsurabilityRequestTypeTypepublic void setInsurabilityRequestType(InsurabilityRequestTypeType value)
value - allowed object is
InsurabilityRequestTypeTypepublic PeriodType getPeriod()
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic InsurabilityContactTypeType getInsurabilityContactType()
InsurabilityContactTypeTypepublic void setInsurabilityContactType(InsurabilityContactTypeType value)
value - allowed object is
InsurabilityContactTypeTypepublic String getInsurabilityReference()
Stringpublic void setInsurabilityReference(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||