Class AddressVerification1
java.lang.Object
org.coderic.iso20022.messages.caaa.AddressVerification1
Java class for AddressVerification1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressVerification1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AdrDgts" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max5NumericText" minOccurs="0"/> <element name="PstlCdDgts" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max5NumericText" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adrDgts property.Gets the value of the pstlCdDgts property.void
setAdrDgts
(String value) Sets the value of the adrDgts property.void
setPstlCdDgts
(String value) Sets the value of the pstlCdDgts property.
-
Constructor Details
-
AddressVerification1
public AddressVerification1()
-
-
Method Details
-
getAdrDgts
Gets the value of the adrDgts property.- Returns:
- possible object is
String
-
setAdrDgts
Sets the value of the adrDgts property.- Parameters:
value
- allowed object isString
-
getPstlCdDgts
Gets the value of the pstlCdDgts property.- Returns:
- possible object is
String
-
setPstlCdDgts
Sets the value of the pstlCdDgts property.- Parameters:
value
- allowed object isString
-