public class ValidateAddressResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OriginalAddress" type="{https://bingads.microsoft.com/Customer/v13/Entities}Address" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SuggestedAddresses" type="{https://bingads.microsoft.com/Customer/v13/Entities}ArrayOfAddress" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Address |
originalAddress |
protected String |
status |
protected ArrayOfAddress |
suggestedAddresses |
| Constructor and Description |
|---|
ValidateAddressResponse() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getOriginalAddress()
Gets the value of the originalAddress property.
|
String |
getStatus()
Gets the value of the status property.
|
ArrayOfAddress |
getSuggestedAddresses()
Gets the value of the suggestedAddresses property.
|
void |
setOriginalAddress(Address value)
Sets the value of the originalAddress property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSuggestedAddresses(ArrayOfAddress value)
Sets the value of the suggestedAddresses property.
|
protected Address originalAddress
protected String status
protected ArrayOfAddress suggestedAddresses
public Address getOriginalAddress()
Addresspublic void setOriginalAddress(Address value)
value - allowed object is
Addresspublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic ArrayOfAddress getSuggestedAddresses()
ArrayOfAddresspublic void setSuggestedAddresses(ArrayOfAddress value)
value - allowed object is
ArrayOfAddressCopyright © 2024. All rights reserved.