|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.core.v1.BaseType
be.fgov.ehealth.dics.core.v1.AddedDocumentType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:32:57+02:00", comments="JAXB RI v2.2.6") 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:dics:core:v1}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.dics.core.v1.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()
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 BigInteger getVerseSeq()
BigInteger
public void setVerseSeq(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getDocumentSeq()
BigInteger
public void setDocumentSeq(BigInteger value)
value
- allowed object is
BigInteger
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getFormTypeName()
String
public void setFormTypeName(String value)
value
- allowed object is
String
public String getAppendixTypeName()
String
public void setAppendixTypeName(String value)
value
- allowed object is
String
public String getMimeType()
String
public void setMimeType(String value)
value
- allowed object is
String
public String getAddressURL()
String
public 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 |