public class ContactDetail extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="contact_detail">
<xs:all>
<xs:element type="xs:string" name="email_address"/>
<xs:element type="xs:string" name="name1"/>
<xs:element type="xs:string" name="name2"/>
<xs:element type="xs:string" name="association"/>
<xs:element type="xs:string" name="id"/>
<xs:element type="xs:string" name="msi_id"/>
<xs:element type="xs:string" name="type"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
ContactDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociation()
Get the 'association' element value.
|
String |
getEmailAddress()
Get the 'email_address' element value.
|
String |
getId()
Get the 'id' element value.
|
String |
getMsiId()
Get the 'msi_id' element value.
|
String |
getName1()
Get the 'name1' element value.
|
String |
getName2()
Get the 'name2' element value.
|
String |
getType()
Get the 'type' element value.
|
void |
setAssociation(String association)
Set the 'association' element value.
|
void |
setEmailAddress(String emailAddress)
Set the 'email_address' element value.
|
void |
setId(String id)
Set the 'id' element value.
|
void |
setMsiId(String msiId)
Set the 'msi_id' element value.
|
void |
setName1(String name1)
Set the 'name1' element value.
|
void |
setName2(String name2)
Set the 'name2' element value.
|
void |
setType(String type)
Set the 'type' element value.
|
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - public String getName1()
public void setName1(String name1)
name1 - public String getName2()
public void setName2(String name2)
name2 - public String getAssociation()
public void setAssociation(String association)
association - public String getId()
public void setId(String id)
id - public String getMsiId()
public void setMsiId(String msiId)
msiId - public String getType()
public void setType(String type)
type - Copyright © 2017 Europeana Foundation. All rights reserved.