public class AddressInfo extends Object
Java class for AddressInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hashedFirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hashedLastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="countryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="zipCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
countryCode |
protected String |
hashedFirstName |
protected String |
hashedLastName |
protected String |
zipCode |
| Constructor and Description |
|---|
AddressInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getHashedFirstName()
Gets the value of the hashedFirstName property.
|
String |
getHashedLastName()
Gets the value of the hashedLastName property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setHashedFirstName(String value)
Sets the value of the hashedFirstName property.
|
void |
setHashedLastName(String value)
Sets the value of the hashedLastName property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
protected String hashedFirstName
protected String hashedLastName
protected String countryCode
protected String zipCode
public String getHashedFirstName()
Stringpublic void setHashedFirstName(String value)
value - allowed object is
Stringpublic String getHashedLastName()
Stringpublic void setHashedLastName(String value)
value - allowed object is
Stringpublic String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic String getZipCode()
StringCopyright © 2023. All rights reserved.