@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:08:17+01:00", comments="JAXB RI v2.2.11") public class AddedDocumentType extends BaseType implements Serializable
Java class for AddedDocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddedDocumentType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:samcivics:type:v2}BaseType">
<sequence>
<element name="ChapterName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ParagraphName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="VerseSeq" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="DocumentSeq" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FormTypeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AppendixTypeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AddressURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AddedDocumentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressURL()
Gets the value of the addressURL property.
|
String |
getAppendixTypeName()
Gets the value of the appendixTypeName property.
|
String |
getChapterName()
Gets the value of the chapterName property.
|
BigInteger |
getDocumentSeq()
Gets the value of the documentSeq property.
|
String |
getFormTypeName()
Gets the value of the formTypeName property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
String |
getName()
Gets the value of the name property.
|
String |
getParagraphName()
Gets the value of the paragraphName property.
|
BigInteger |
getVerseSeq()
Gets the value of the verseSeq property.
|
void |
setAddressURL(String value)
Sets the value of the addressURL property.
|
void |
setAppendixTypeName(String value)
Sets the value of the appendixTypeName property.
|
void |
setChapterName(String value)
Sets the value of the chapterName property.
|
void |
setDocumentSeq(BigInteger value)
Sets the value of the documentSeq property.
|
void |
setFormTypeName(String value)
Sets the value of the formTypeName property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParagraphName(String value)
Sets the value of the paragraphName property.
|
void |
setVerseSeq(BigInteger value)
Sets the value of the verseSeq property.
|
getEndDate, getStartDate, setEndDate, setStartDatepublic String getChapterName()
Stringpublic void setChapterName(String value)
value - allowed object is
Stringpublic String getParagraphName()
Stringpublic void setParagraphName(String value)
value - allowed object is
Stringpublic BigInteger getVerseSeq()
BigIntegerpublic void setVerseSeq(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDocumentSeq()
BigIntegerpublic void setDocumentSeq(BigInteger value)
value - allowed object is
BigIntegerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getFormTypeName()
Stringpublic void setFormTypeName(String value)
value - allowed object is
Stringpublic String getAppendixTypeName()
Stringpublic void setAppendixTypeName(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic String getAddressURL()
String
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.