Class CorrectableAdditionalInfoType

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

public class CorrectableAdditionalInfoType extends Object

Java class for CorrectableAdditionalInfo_Type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CorrectableAdditionalInfo_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DocSpec" type="{urn:oecd:ties:dpistf:v1}DocSpec_Type"/>
         <element name="OtherInfo" type="{urn:oecd:ties:dpistf:v1}StringMin1Max4000WithLang_Type"
         maxOccurs="unbounded"/>
         <element name="ResCountryCode" type="{urn:oecd:ties:isodpitypes:v1}CountryCode_Type"
         maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CorrectableAdditionalInfoType

      public CorrectableAdditionalInfoType()
  • Method Details

    • getDocSpec

      public DocSpecType getDocSpec()
      Gets the value of the docSpec property.
      Returns:
      possible object is DocSpecType
    • setDocSpec

      public void setDocSpec(DocSpecType value)
      Sets the value of the docSpec property.
      Parameters:
      value - allowed object is DocSpecType
    • getOtherInfo

      public List<StringMin1Max4000WithLangType> getOtherInfo()
      Gets the value of the otherInfo property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the otherInfo property.

      For example, to add a new item, do as follows:

          getOtherInfo().add(newItem);
       

      Objects of the following type(s) are allowed in the list StringMin1Max4000WithLangType

    • getResCountryCode

      public List<CountryCodeType> getResCountryCode()
      Gets the value of the resCountryCode property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the resCountryCode property.

      For example, to add a new item, do as follows:

          getResCountryCode().add(newItem);
       

      Objects of the following type(s) are allowed in the list CountryCodeType