|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.protocol.v3.FindByPackageType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:11:32+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:v3:core}CtiExtendedType"/> <element name="AtcCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="AnyNamePart" type="{urn:be:fgov:ehealth:dics:core:v3: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:v3}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()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |