|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.core.v3.actual.common.AmppComponentKeyType
be.fgov.ehealth.dics.protocol.v3.ConsultAmppComponentType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:11:32+02:00", comments="JAXB RI v2.2.11") public class ConsultAmppComponentType
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:v3:actual:common}AmppComponentKeyType"> <sequence> <element name="ContentType" type="{urn:be:fgov:ehealth:dics:core:v3: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:v3}DeviceTypeType" minOccurs="0"/> <element name="PackagingClosure" type="{urn:be:fgov:ehealth:dics:protocol:v3}PackagingClosureType" maxOccurs="unbounded" minOccurs="0"/> <element name="PackagingMaterial" type="{urn:be:fgov:ehealth:dics:protocol:v3}PackagingMaterialType" maxOccurs="unbounded" minOccurs="0"/> <element name="PackagingType" type="{urn:be:fgov:ehealth:dics:protocol:v3}PackagingTypeType"/> <element name="AmppComponentEquivalent" type="{urn:be:fgov:ehealth:dics:protocol:v3}ConsultAmppComponentEquivalentType" maxOccurs="unbounded"/> </sequence> <attGroup ref="{urn:be:fgov:ehealth:dics:protocol:v3}validityPeriod"/> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
ConsultAmppComponentType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class be.fgov.ehealth.dics.core.v3.actual.common.AmppComponentKeyType |
---|
getAmpcSequenceNr, getSequenceNr, setAmpcSequenceNr, setSequenceNr |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsultAmppComponentType()
Method Detail |
---|
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public BigInteger getContentMultiplier()
BigInteger
public void setContentMultiplier(BigInteger value)
value
- allowed object is
BigInteger
public String getPackSpecification()
String
public void setPackSpecification(String value)
value
- allowed object is
String
public DeviceTypeType getDeviceType()
DeviceTypeType
public void setDeviceType(DeviceTypeType value)
value
- allowed object is
DeviceTypeType
public 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()
PackagingTypeType
public void setPackagingType(PackagingTypeType value)
value
- allowed object is
PackagingTypeType
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 org.joda.time.DateTime getStartDate()
String
public void setStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEndDate()
String
public void setEndDate(org.joda.time.DateTime value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |