Class CorrectableOtherRPOType

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.OtherRPOType
software.xdev.bzst.dip.client.xmldocument.model.CorrectableOtherRPOType

public class CorrectableOtherRPOType extends OtherRPOType

Java class for CorrectableOtherRPO_Type complex type.

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

 <complexType name="CorrectableOtherRPO_Type">
   <complexContent>
     <extension base="{urn:oecd:ties:dpi:v1}OtherRPO_Type">
       <sequence>
         <element name="DocSpec" type="{urn:oecd:ties:dpistf:v1}DocSpec_Type"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CorrectableOtherRPOType

      public CorrectableOtherRPOType()
  • 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