@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:28:54+02:00", comments="JAXB RI v2.3.7") public class FindByPackageType extends Object implements Serializable
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="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AtcCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AnyNamePart" type="{http://www.w3.org/2001/XMLSchema}string"/>
</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:v5}ComponentEquivalentType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FindByPackageType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.