@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:37:58+02:00", comments="JAXB RI v2.2.11") public class FindByVirtualProductType extends Object implements Serializable
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}positiveInteger"/>
<element name="AnyNamePart" type="{urn:be:fgov:ehealth:dics:core:v4:core}SearchStringType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FindByVirtualProductType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnyNamePart()
Gets the value of the anyNamePart property.
|
BigInteger |
getVmpCode()
Gets the value of the vmpCode property.
|
void |
setAnyNamePart(String value)
Sets the value of the anyNamePart property.
|
void |
setVmpCode(BigInteger value)
Sets the value of the vmpCode property.
|
public String getAnyNamePart()
Stringpublic void setAnyNamePart(String value)
value - allowed object is
Stringpublic BigInteger getVmpCode()
BigIntegerpublic void setVmpCode(BigInteger value)
value - allowed object is
BigInteger
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.