|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.samcivics.type.v2.BaseType
be.fgov.ehealth.samcivics.type.v2.AmppType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-20T05:33:26+02:00",
comments="JAXB RI v2.2.11")
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:samcivics:type:v2}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:samcivics:type:v2}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.samcivics.type.v2.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()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ContentQuantityType getContentQuantity()
ContentQuantityTypepublic void setContentQuantity(ContentQuantityType value)
value - allowed object is
ContentQuantityTypepublic String getTreatmentDurationCatCv()
Stringpublic void setTreatmentDurationCatCv(String value)
value - allowed object is
Stringpublic BigInteger getContentMultiplier()
BigIntegerpublic void setContentMultiplier(BigInteger value)
value - allowed object is
BigIntegerpublic float getTotalPackSizeValue()
public void setTotalPackSizeValue(float value)
public String getSocsecReimbCv()
Stringpublic void setSocsecReimbCv(String value)
value - allowed object is
Stringpublic Long getDistributorId()
Longpublic void setDistributorId(Long value)
value - allowed object is
Longpublic org.joda.time.DateTime getInitDate()
Stringpublic void setInitDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getCloseDate()
Stringpublic void setCloseDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getCheapest()
Stringpublic void setCheapest(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getInSupply()
Stringpublic void setInSupply(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getAvailability()
Stringpublic 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 | |||||||||