java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.DocSpecType

public class DocSpecType extends Object
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 Details

  • Constructor Details

    • DocSpecType

      public DocSpecType()
  • Method Details

    • getDocTypeIndic

      public OECDDocTypeIndicEnumType getDocTypeIndic()
      Gets the value of the docTypeIndic property.
      Returns:
      possible object is OECDDocTypeIndicEnumType
    • setDocTypeIndic

      public void setDocTypeIndic(OECDDocTypeIndicEnumType value)
      Sets the value of the docTypeIndic property.
      Parameters:
      value - allowed object is OECDDocTypeIndicEnumType
    • getDocRefId

      public String getDocRefId()
      Gets the value of the docRefId property.
      Returns:
      possible object is String
    • setDocRefId

      public void setDocRefId(String value)
      Sets the value of the docRefId property.
      Parameters:
      value - allowed object is String
    • getCorrMessageRefId

      public String getCorrMessageRefId()
      Gets the value of the corrMessageRefId property.
      Returns:
      possible object is String
    • setCorrMessageRefId

      public void setCorrMessageRefId(String value)
      Sets the value of the corrMessageRefId property.
      Parameters:
      value - allowed object is String
    • getCorrDocRefId

      public String getCorrDocRefId()
      Gets the value of the corrDocRefId property.
      Returns:
      possible object is String
    • setCorrDocRefId

      public void setCorrDocRefId(String value)
      Sets the value of the corrDocRefId property.
      Parameters:
      value - allowed object is String