public class ContactOriginData extends Object implements Serializable
Java class for contactOriginData complex type.
The following schema fragment specifies the expected content contained within this class.
| 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 ContactOriginData.Translations |
translations |
| Constructor and Description |
|---|
ContactOriginData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
ContactOriginData.Translations |
getTranslations()
Gets the value of the translations property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setTranslations(ContactOriginData.Translations value)
Sets the value of the translations property.
|
protected String code
protected ContactOriginData.Translations translations
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic ContactOriginData.Translations getTranslations()
ContactOriginData.Translationspublic void setTranslations(ContactOriginData.Translations value)
value - allowed object is
ContactOriginData.TranslationsCopyright © 2021. All rights reserved.