@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:12:51+01:00", comments="JAXB RI v2.2.11") public class ConsultChapterIVFormTypeType extends Object implements Serializable
Java class for ConsultChapterIVFormTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultChapterIVFormTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Text" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultChapterIVTextType"/>
</sequence>
<attribute name="FormTypeId" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultChapterIVFormTypeType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFormTypeId()
Gets the value of the formTypeId property.
|
ConsultChapterIVTextType |
getText()
Gets the value of the text property.
|
void |
setFormTypeId(int value)
Sets the value of the formTypeId property.
|
void |
setText(ConsultChapterIVTextType value)
Sets the value of the text property.
|
public ConsultChapterIVTextType getText()
ConsultChapterIVTextTypepublic void setText(ConsultChapterIVTextType value)
value - allowed object is
ConsultChapterIVTextTypepublic int getFormTypeId()
public void setFormTypeId(int value)
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.