|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.core.v2.reimbursement.submit.ReimbursementContextKeyType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:13:17+02:00", comments="JAXB RI v2.2.6") public class ReimbursementContextKeyType
Java class for ReimbursementContextKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReimbursementContextKeyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="DeliveryEnvironment" use="required" type="{urn:be:fgov:ehealth:dics:core:v2:core}DeliveryEnvironmentType" /> <attribute name="Code" use="required" type="{urn:be:fgov:ehealth:dics:core:v2:core}DmppCodeType" /> <attribute name="CodeType" use="required" type="{urn:be:fgov:ehealth:dics:core:v2:core}DmppCodeTypeType" /> <attribute name="LegalReferencePath" use="required" type="{urn:be:fgov:ehealth:dics:core:v2:core}LegalReferencePathType" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ReimbursementContextKeyType()
|
Method Summary | |
---|---|
String |
getCode()
Gets the value of the code property. |
String |
getCodeType()
Gets the value of the codeType property. |
String |
getDeliveryEnvironment()
Gets the value of the deliveryEnvironment property. |
String |
getLegalReferencePath()
Gets the value of the legalReferencePath property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setCodeType(String value)
Sets the value of the codeType property. |
void |
setDeliveryEnvironment(String value)
Sets the value of the deliveryEnvironment property. |
void |
setLegalReferencePath(String value)
Sets the value of the legalReferencePath property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReimbursementContextKeyType()
Method Detail |
---|
public String getDeliveryEnvironment()
String
public void setDeliveryEnvironment(String value)
value
- allowed object is
String
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public String getCodeType()
String
public void setCodeType(String value)
value
- allowed object is
String
public String getLegalReferencePath()
String
public void setLegalReferencePath(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |