Class CorrectableOtherRPOType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.OtherRPOType
software.xdev.bzst.dip.client.xmldocument.model.CorrectableOtherRPOType
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 Summary
FieldsFields inherited from class software.xdev.bzst.dip.client.xmldocument.model.OtherRPOType
address, name, resCountryCode, tin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the docSpec property.voidsetDocSpec(DocSpecType value) Sets the value of the docSpec property.Methods inherited from class software.xdev.bzst.dip.client.xmldocument.model.OtherRPOType
getAddress, getName, getResCountryCode, getTIN, setAddress, setName
-
Field Details
-
docSpec
-
-
Constructor Details
-
CorrectableOtherRPOType
public CorrectableOtherRPOType()
-
-
Method Details
-
getDocSpec
Gets the value of the docSpec property.- Returns:
- possible object is
DocSpecType
-
setDocSpec
Sets the value of the docSpec property.- Parameters:
value- allowed object isDocSpecType
-