Class DocSpecType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.DocSpecType
Document specification: Data identifying and describing the document, where 'document' here means the part of a
message that is to transmit the data about a single block of DPI information.
Java class for DocSpec_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocSpec_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DocTypeIndic" type="{urn:oecd:ties:dpistf:v1}OECDDocTypeIndic_EnumType"/>
<element name="DocRefId" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type"/>
<element name="CorrMessageRefId" type="{urn:oecd:ties:dpistf:v1}StringMin1Max170_Type" minOccurs="0"/>
<element name="CorrDocRefId" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected OECDDocTypeIndicEnumType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the corrDocRefId property.Gets the value of the corrMessageRefId property.Gets the value of the docRefId property.Gets the value of the docTypeIndic property.voidsetCorrDocRefId(String value) Sets the value of the corrDocRefId property.voidsetCorrMessageRefId(String value) Sets the value of the corrMessageRefId property.voidsetDocRefId(String value) Sets the value of the docRefId property.voidSets the value of the docTypeIndic property.
-
Field Details
-
docTypeIndic
-
docRefId
-
corrMessageRefId
-
corrDocRefId
-
-
Constructor Details
-
DocSpecType
public DocSpecType()
-
-
Method Details
-
getDocTypeIndic
Gets the value of the docTypeIndic property.- Returns:
- possible object is
OECDDocTypeIndicEnumType
-
setDocTypeIndic
Sets the value of the docTypeIndic property.- Parameters:
value- allowed object isOECDDocTypeIndicEnumType
-
getDocRefId
Gets the value of the docRefId property.- Returns:
- possible object is
String
-
setDocRefId
Sets the value of the docRefId property.- Parameters:
value- allowed object isString
-
getCorrMessageRefId
Gets the value of the corrMessageRefId property.- Returns:
- possible object is
String
-
setCorrMessageRefId
Sets the value of the corrMessageRefId property.- Parameters:
value- allowed object isString
-
getCorrDocRefId
Gets the value of the corrDocRefId property.- Returns:
- possible object is
String
-
setCorrDocRefId
Sets the value of the corrDocRefId property.- Parameters:
value- allowed object isString
-