|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.ProductNameType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:31:40+02:00", comments="JAXB RI v2.2.6") public class ProductNameType
Response structure returning information on AMPP
Java class for ProductNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductNameType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="productName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="amppID" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="chapterName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="paragraphName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="versionNum" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ProductNameType()
|
Method Summary | |
---|---|
long |
getAmppID()
Gets the value of the amppID property. |
String |
getChapterName()
Gets the value of the chapterName property. |
String |
getParagraphName()
Gets the value of the paragraphName property. |
String |
getProductName()
Gets the value of the productName property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
BigInteger |
getVersionNum()
Gets the value of the versionNum property. |
void |
setAmppID(long value)
Sets the value of the amppID property. |
void |
setChapterName(String value)
Sets the value of the chapterName property. |
void |
setParagraphName(String value)
Sets the value of the paragraphName property. |
void |
setProductName(String value)
Sets the value of the productName property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
void |
setVersionNum(BigInteger value)
Sets the value of the versionNum property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProductNameType()
Method Detail |
---|
public String getProductName()
String
public void setProductName(String value)
value
- allowed object is
String
public long getAmppID()
public void setAmppID(long value)
public String getChapterName()
String
public void setChapterName(String value)
value
- allowed object is
String
public String getParagraphName()
String
public void setParagraphName(String value)
value
- allowed object is
String
public org.joda.time.DateTime getStartDate()
String
public void setStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public BigInteger getVersionNum()
BigInteger
public void setVersionNum(BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |