Class CorrectableAdditionalInfoType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected DocSpecTypeprotected List<StringMin1Max4000WithLangType>protected List<CountryCodeType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the docSpec property.Gets the value of the otherInfo property.Gets the value of the resCountryCode property.voidsetDocSpec(DocSpecType value) Sets the value of the docSpec property.
-
Field Details
-
docSpec
-
otherInfo
-
resCountryCode
-
-
Constructor Details
-
CorrectableAdditionalInfoType
public CorrectableAdditionalInfoType()
-
-
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
-
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
setmethod 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
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
setmethod 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
-