|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.core.v1.BaseType
be.fgov.ehealth.dics.core.v1.AmppType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:13:06+02:00", comments="JAXB RI v2.2.6") public class AmppType
Java class for AmppType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmppType"> <complexContent> <extension base="{urn:be:fgov:ehealth:dics:core:v1}BaseType"> <sequence> <element name="AmppId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ContentQuantity" type="{urn:be:fgov:ehealth:dics:core:v1}ContentQuantityType"/> <element name="TreatmentDurationCatCv" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ContentMultiplier" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="TotalPackSizeValue" type="{http://www.w3.org/2001/XMLSchema}float"/> <element name="SocsecReimbCv" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DistributorId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="InitDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="CloseDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="Cheapest" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="InSupply" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="Availability" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
AmppType()
|
Method Summary | |
---|---|
long |
getAmppId()
Gets the value of the amppId property. |
org.joda.time.DateTime |
getAvailability()
Gets the value of the availability property. |
String |
getCheapest()
Gets the value of the cheapest property. |
org.joda.time.DateTime |
getCloseDate()
Gets the value of the closeDate property. |
BigInteger |
getContentMultiplier()
Gets the value of the contentMultiplier property. |
ContentQuantityType |
getContentQuantity()
Gets the value of the contentQuantity property. |
Long |
getDistributorId()
Gets the value of the distributorId property. |
org.joda.time.DateTime |
getInitDate()
Gets the value of the initDate property. |
org.joda.time.DateTime |
getInSupply()
Gets the value of the inSupply property. |
String |
getName()
Gets the value of the name property. |
String |
getSocsecReimbCv()
Gets the value of the socsecReimbCv property. |
float |
getTotalPackSizeValue()
Gets the value of the totalPackSizeValue property. |
String |
getTreatmentDurationCatCv()
Gets the value of the treatmentDurationCatCv property. |
void |
setAmppId(long value)
Sets the value of the amppId property. |
void |
setAvailability(org.joda.time.DateTime value)
Sets the value of the availability property. |
void |
setCheapest(String value)
Sets the value of the cheapest property. |
void |
setCloseDate(org.joda.time.DateTime value)
Sets the value of the closeDate property. |
void |
setContentMultiplier(BigInteger value)
Sets the value of the contentMultiplier property. |
void |
setContentQuantity(ContentQuantityType value)
Sets the value of the contentQuantity property. |
void |
setDistributorId(Long value)
Sets the value of the distributorId property. |
void |
setInitDate(org.joda.time.DateTime value)
Sets the value of the initDate property. |
void |
setInSupply(org.joda.time.DateTime value)
Sets the value of the inSupply property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSocsecReimbCv(String value)
Sets the value of the socsecReimbCv property. |
void |
setTotalPackSizeValue(float value)
Sets the value of the totalPackSizeValue property. |
void |
setTreatmentDurationCatCv(String value)
Sets the value of the treatmentDurationCatCv property. |
Methods inherited from class be.fgov.ehealth.dics.core.v1.BaseType |
---|
getEndDate, getStartDate, setEndDate, setStartDate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmppType()
Method Detail |
---|
public long getAmppId()
public void setAmppId(long value)
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public ContentQuantityType getContentQuantity()
ContentQuantityType
public void setContentQuantity(ContentQuantityType value)
value
- allowed object is
ContentQuantityType
public String getTreatmentDurationCatCv()
String
public void setTreatmentDurationCatCv(String value)
value
- allowed object is
String
public BigInteger getContentMultiplier()
BigInteger
public void setContentMultiplier(BigInteger value)
value
- allowed object is
BigInteger
public float getTotalPackSizeValue()
public void setTotalPackSizeValue(float value)
public String getSocsecReimbCv()
String
public void setSocsecReimbCv(String value)
value
- allowed object is
String
public Long getDistributorId()
Long
public void setDistributorId(Long value)
value
- allowed object is
Long
public org.joda.time.DateTime getInitDate()
String
public void setInitDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getCloseDate()
String
public void setCloseDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getCheapest()
String
public void setCheapest(String value)
value
- allowed object is
String
public org.joda.time.DateTime getInSupply()
String
public void setInSupply(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getAvailability()
String
public void setAvailability(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 |