|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v4.FindByPackageType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:54:47+02:00",
comments="JAXB RI v2.2.11")
public class FindByPackageType
Java class for FindByPackageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindByPackageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="AuthorisationNr" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CtiExtendedCode" type="{urn:be:fgov:ehealth:dics:core:v4:core}CtiExtendedType"/>
<element name="AtcCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AnyNamePart" type="{urn:be:fgov:ehealth:dics:core:v4:core}SearchStringType"/>
</choice>
<element name="Commercialised" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="InSupplyProblem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ComponentEquivalent" type="{urn:be:fgov:ehealth:dics:protocol:v4}ComponentEquivalentType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FindByPackageType()
|
|
| Method Summary | |
|---|---|
String |
getAnyNamePart()
Gets the value of the anyNamePart property. |
String |
getAtcCode()
Gets the value of the atcCode property. |
String |
getAuthorisationNr()
Gets the value of the authorisationNr property. |
List<ComponentEquivalentType> |
getComponentEquivalents()
Gets the value of the componentEquivalents property. |
String |
getCtiExtendedCode()
Gets the value of the ctiExtendedCode property. |
Boolean |
isCommercialised()
Gets the value of the commercialised property. |
Boolean |
isInSupplyProblem()
Gets the value of the inSupplyProblem property. |
void |
setAnyNamePart(String value)
Sets the value of the anyNamePart property. |
void |
setAtcCode(String value)
Sets the value of the atcCode property. |
void |
setAuthorisationNr(String value)
Sets the value of the authorisationNr property. |
void |
setCommercialised(Boolean value)
Sets the value of the commercialised property. |
void |
setCtiExtendedCode(String value)
Sets the value of the ctiExtendedCode property. |
void |
setInSupplyProblem(Boolean value)
Sets the value of the inSupplyProblem property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindByPackageType()
| Method Detail |
|---|
public String getAnyNamePart()
Stringpublic void setAnyNamePart(String value)
value - allowed object is
Stringpublic String getAtcCode()
Stringpublic void setAtcCode(String value)
value - allowed object is
Stringpublic String getCtiExtendedCode()
Stringpublic void setCtiExtendedCode(String value)
value - allowed object is
Stringpublic String getAuthorisationNr()
Stringpublic void setAuthorisationNr(String value)
value - allowed object is
Stringpublic Boolean isCommercialised()
Booleanpublic void setCommercialised(Boolean value)
value - allowed object is
Booleanpublic Boolean isInSupplyProblem()
Booleanpublic void setInSupplyProblem(Boolean value)
value - allowed object is
Booleanpublic List<ComponentEquivalentType> getComponentEquivalents()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the componentEquivalents property.
For example, to add a new item, do as follows:
getComponentEquivalents().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentEquivalentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||