@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:31:25+02:00", comments="JAXB RI v2.2.11") public class ConsultAmppComponentType extends Object implements Serializable
Java class for ConsultAmppComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultAmppComponentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AmpcSequenceNr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ContentMultiplier" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PackSpecification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DeviceType" type="{urn:be:fgov:ehealth:dics:protocol:v5}DeviceTypeType" minOccurs="0"/>
<element name="PackagingClosure" type="{urn:be:fgov:ehealth:dics:protocol:v5}PackagingClosureType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PackagingMaterial" type="{urn:be:fgov:ehealth:dics:protocol:v5}PackagingMaterialType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PackagingType" type="{urn:be:fgov:ehealth:dics:protocol:v5}PackagingTypeType"/>
<element name="AdditionalFields" type="{urn:be:fgov:ehealth:dics:protocol:v5}AdditionalFieldsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AmppComponentEquivalent" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultAmppComponentEquivalentType" maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{urn:be:fgov:ehealth:dics:protocol:v5}validityPeriod"/>
<attribute name="SequenceNr" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultAmppComponentType() |
| Modifier and Type | Method and Description |
|---|---|
List<AdditionalFieldsType> |
getAdditionalFields()
Gets the value of the additionalFields property.
|
Integer |
getAmpcSequenceNr()
Gets the value of the ampcSequenceNr property.
|
List<ConsultAmppComponentEquivalentType> |
getAmppComponentEquivalents()
Gets the value of the amppComponentEquivalents property.
|
Integer |
getContentMultiplier()
Gets the value of the contentMultiplier property.
|
String |
getContentType()
Gets the value of the contentType property.
|
DeviceTypeType |
getDeviceType()
Gets the value of the deviceType property.
|
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property.
|
List<PackagingClosureType> |
getPackagingClosures()
Gets the value of the packagingClosures property.
|
List<PackagingMaterialType> |
getPackagingMaterials()
Gets the value of the packagingMaterials property.
|
PackagingTypeType |
getPackagingType()
Gets the value of the packagingType property.
|
String |
getPackSpecification()
Gets the value of the packSpecification property.
|
int |
getSequenceNr()
Gets the value of the sequenceNr property.
|
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property.
|
void |
setAmpcSequenceNr(Integer value)
Sets the value of the ampcSequenceNr property.
|
void |
setContentMultiplier(Integer value)
Sets the value of the contentMultiplier property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setDeviceType(DeviceTypeType value)
Sets the value of the deviceType property.
|
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property.
|
void |
setPackagingType(PackagingTypeType value)
Sets the value of the packagingType property.
|
void |
setPackSpecification(String value)
Sets the value of the packSpecification property.
|
void |
setSequenceNr(int value)
Sets the value of the sequenceNr property.
|
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property.
|
public Integer getAmpcSequenceNr()
Integerpublic void setAmpcSequenceNr(Integer value)
value - allowed object is
Integerpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic Integer getContentMultiplier()
Integerpublic void setContentMultiplier(Integer value)
value - allowed object is
Integerpublic String getPackSpecification()
Stringpublic void setPackSpecification(String value)
value - allowed object is
Stringpublic DeviceTypeType getDeviceType()
DeviceTypeTypepublic void setDeviceType(DeviceTypeType value)
value - allowed object is
DeviceTypeTypepublic List<PackagingClosureType> getPackagingClosures()
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 packagingClosures property.
For example, to add a new item, do as follows:
getPackagingClosures().add(newItem);
Objects of the following type(s) are allowed in the list
PackagingClosureType
public List<PackagingMaterialType> getPackagingMaterials()
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 packagingMaterials property.
For example, to add a new item, do as follows:
getPackagingMaterials().add(newItem);
Objects of the following type(s) are allowed in the list
PackagingMaterialType
public PackagingTypeType getPackagingType()
PackagingTypeTypepublic void setPackagingType(PackagingTypeType value)
value - allowed object is
PackagingTypeTypepublic List<AdditionalFieldsType> getAdditionalFields()
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 additionalFields property.
For example, to add a new item, do as follows:
getAdditionalFields().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalFieldsType
public List<ConsultAmppComponentEquivalentType> getAmppComponentEquivalents()
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 amppComponentEquivalents property.
For example, to add a new item, do as follows:
getAmppComponentEquivalents().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultAmppComponentEquivalentType
public int getSequenceNr()
public void setSequenceNr(int value)
public org.joda.time.DateTime getStartDate()
Stringpublic void setStartDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getEndDate()
Stringpublic void setEndDate(org.joda.time.DateTime value)
value - allowed object is
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.