public class GetBSCCountriesResponse 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="CountryCodes" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfstring |
countryCodes |
| Constructor and Description |
|---|
GetBSCCountriesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfstring |
getCountryCodes()
Gets the value of the countryCodes property.
|
void |
setCountryCodes(ArrayOfstring value)
Sets the value of the countryCodes property.
|
protected ArrayOfstring countryCodes
public ArrayOfstring getCountryCodes()
ArrayOfstringpublic void setCountryCodes(ArrayOfstring value)
value - allowed object is
ArrayOfstringCopyright © 2024. All rights reserved.