|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.FindByDmppType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:04:56+01:00",
comments="JAXB RI v2.2.11")
public class FindByDmppType
Java class for FindByDmppType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindByDmppType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DeliveryEnvironment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CodeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FindByDmppType()
|
|
| 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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindByDmppType()
| Method Detail |
|---|
public String getDeliveryEnvironment()
Stringpublic void setDeliveryEnvironment(String value)
value - allowed object is
Stringpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getCodeType()
Stringpublic void setCodeType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||