|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.FindByVirtualProductType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:55:13+02:00",
comments="JAXB RI v2.2.11")
public class FindByVirtualProductType
Java class for FindByVirtualProductType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindByVirtualProductType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="VmpCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="AnyNamePart" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FindByVirtualProductType()
|
|
| Method Summary | |
|---|---|
String |
getAnyNamePart()
Gets the value of the anyNamePart property. |
Integer |
getVmpCode()
Gets the value of the vmpCode property. |
void |
setAnyNamePart(String value)
Sets the value of the anyNamePart property. |
void |
setVmpCode(Integer value)
Sets the value of the vmpCode property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindByVirtualProductType()
| Method Detail |
|---|
public String getAnyNamePart()
Stringpublic void setAnyNamePart(String value)
value - allowed object is
Stringpublic Integer getVmpCode()
Integerpublic void setVmpCode(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||