@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:25:57+02:00", comments="JAXB RI v2.3.7") public class ProductType extends BaseType implements Serializable
Java class for ProductType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:samcivics:type:v2}BaseType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AmppId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Paragraph" type="{urn:be:fgov:ehealth:samcivics:type:v2}FindParagraphType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ProductType() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAmppId()
Gets the value of the amppId property.
|
String |
getName()
Gets the value of the name property.
|
FindParagraphType |
getParagraph()
Gets the value of the paragraph property.
|
void |
setAmppId(long value)
Sets the value of the amppId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParagraph(FindParagraphType value)
Sets the value of the paragraph property.
|
getEndDate, getStartDate, setEndDate, setStartDatepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getAmppId()
public void setAmppId(long value)
public FindParagraphType getParagraph()
FindParagraphTypepublic void setParagraph(FindParagraphType value)
value - allowed object is
FindParagraphType
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.