|
||||||||||
| 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.AddedDocumentType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:43:49+02:00",
comments="JAXB RI v2.2.11")
public class AddedDocumentType
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 Summary | |
|---|---|
AddedDocumentType()
|
|
| Method Summary | |
|---|---|
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. |
| 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 AddedDocumentType()
| Method Detail |
|---|
public 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()
Stringpublic void setAddressURL(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||