|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.TherapyType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:40+02:00", comments="JAXB RI v2.2.6") public class TherapyType
Java class for TherapyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TherapyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="atm" type="{urn:be:fgov:ehealth:samcivics:type:v1}AtmType"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="maskedInd" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="reimbursementCriteria" type="{urn:be:fgov:ehealth:samcivics:type:v1}ReimbursementCriteriaType"/> <element name="reimbursementCategory" type="{urn:be:fgov:ehealth:samcivics:type:v1}ReimbCategoryCvType"/> <element name="reimbursementList" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="reimbursement" type="{urn:be:fgov:ehealth:samcivics:type:v1}ReimbursementAndChildrenType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
TherapyType()
|
Method Summary | |
---|---|
AtmType |
getAtm()
Gets the value of the atm property. |
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
String |
getMaskedInd()
Gets the value of the maskedInd property. |
ReimbCategoryCvType |
getReimbursementCategory()
Gets the value of the reimbursementCategory property. |
ReimbursementCriteriaType |
getReimbursementCriteria()
Gets the value of the reimbursementCriteria property. |
ReimbursementList |
getReimbursementList()
Gets the value of the reimbursementList property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
void |
setAtm(AtmType value)
Sets the value of the atm property. |
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property. |
void |
setMaskedInd(String value)
Sets the value of the maskedInd property. |
void |
setReimbursementCategory(ReimbCategoryCvType value)
Sets the value of the reimbursementCategory property. |
void |
setReimbursementCriteria(ReimbursementCriteriaType value)
Sets the value of the reimbursementCriteria property. |
void |
setReimbursementList(ReimbursementList value)
Sets the value of the reimbursementList property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TherapyType()
Method Detail |
---|
public AtmType getAtm()
AtmType
public void setAtm(AtmType value)
value
- allowed object is
AtmType
public org.joda.time.DateTime getStartDate()
String
public void setStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEndDate()
String
public void setEndDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getMaskedInd()
String
public void setMaskedInd(String value)
value
- allowed object is
String
public ReimbursementCriteriaType getReimbursementCriteria()
ReimbursementCriteriaType
public void setReimbursementCriteria(ReimbursementCriteriaType value)
value
- allowed object is
ReimbursementCriteriaType
public ReimbCategoryCvType getReimbursementCategory()
ReimbCategoryCvType
public void setReimbursementCategory(ReimbCategoryCvType value)
value
- allowed object is
ReimbCategoryCvType
public ReimbursementList getReimbursementList()
ReimbursementList
public void setReimbursementList(ReimbursementList value)
value
- allowed object is
ReimbursementList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |