public class ContactOriginData extends Object
Java class for contactOriginData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contactOriginData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="translations">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entry" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactOriginData.Translations
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected Map<String,String> |
translations |
| Constructor and Description |
|---|
ContactOriginData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
Map<String,String> |
getTranslations() |
void |
setCode(String value)
Sets the value of the code property.
|
void |
setTranslations(Map<String,String> translations) |
Copyright © 2021. All rights reserved.