@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()
String
public void setAnyNamePart(String value)
value
- allowed object is
String
public String getAtcCode()
String
public void setAtcCode(String value)
value
- allowed object is
String
public String getCtiExtendedCode()
String
public void setCtiExtendedCode(String value)
value
- allowed object is
String
public String getAuthorisationNr()
String
public void setAuthorisationNr(String value)
value
- allowed object is
String
public Boolean isCommercialised()
Boolean
public void setCommercialised(Boolean value)
value
- allowed object is
Boolean
public Boolean isInSupplyProblem()
Boolean
public void setInSupplyProblem(Boolean value)
value
- allowed object is
Boolean
public 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 PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.