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()
String
public void setCode(String value)
value
- allowed object is
String
public ContactOriginData.Translations getTranslations()
ContactOriginData.Translations
public void setTranslations(ContactOriginData.Translations value)
value
- allowed object is
ContactOriginData.Translations
Copyright © 2021. All rights reserved.