@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T08:03:39+02:00", comments="JAXB RI v2.2.11") public class ConsultAmppComponentType extends AmppComponentKeyType implements Serializable
Java class for ConsultAmppComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultAmppComponentType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:dics:core:v4:actual:common}AmppComponentKeyType">
<sequence>
<element name="ContentType" type="{urn:be:fgov:ehealth:dics:core:v4:actual:common}ContentTypeType"/>
<element name="ContentMultiplier" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" 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:v4}DeviceTypeType" minOccurs="0"/>
<element name="PackagingClosure" type="{urn:be:fgov:ehealth:dics:protocol:v4}PackagingClosureType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PackagingMaterial" type="{urn:be:fgov:ehealth:dics:protocol:v4}PackagingMaterialType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PackagingType" type="{urn:be:fgov:ehealth:dics:protocol:v4}PackagingTypeType"/>
<element name="AmppComponentEquivalent" type="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultAmppComponentEquivalentType" maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{urn:be:fgov:ehealth:dics:protocol:v4}validityPeriod"/>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultAmppComponentType() |
| Modifier and Type | Method and Description |
|---|---|
List<ConsultAmppComponentEquivalentType> |
getAmppComponentEquivalents()
Gets the value of the amppComponentEquivalents property.
|
BigInteger |
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.
|
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property.
|
void |
setContentMultiplier(BigInteger 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 |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property.
|
getAmpcSequenceNr, getSequenceNr, setAmpcSequenceNr, setSequenceNrpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic BigInteger getContentMultiplier()
BigIntegerpublic void setContentMultiplier(BigInteger value)
value - allowed object is
BigIntegerpublic 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<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 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.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.