@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:16:22+01:00", comments="JAXB RI v2.3.7") public class ContactDataType extends Object implements Serializable
Java class for ContactDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EmailPrivate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EmailGeneral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PhonePrivate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PhoneGeneral" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ContactDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailGeneral()
Gets the value of the emailGeneral property.
|
String |
getEmailPrivate()
Gets the value of the emailPrivate property.
|
String |
getPhoneGeneral()
Gets the value of the phoneGeneral property.
|
String |
getPhonePrivate()
Gets the value of the phonePrivate property.
|
void |
setEmailGeneral(String value)
Sets the value of the emailGeneral property.
|
void |
setEmailPrivate(String value)
Sets the value of the emailPrivate property.
|
void |
setPhoneGeneral(String value)
Sets the value of the phoneGeneral property.
|
void |
setPhonePrivate(String value)
Sets the value of the phonePrivate property.
|
public String getEmailPrivate()
Stringpublic void setEmailPrivate(String value)
value - allowed object is
Stringpublic String getEmailGeneral()
Stringpublic void setEmailGeneral(String value)
value - allowed object is
Stringpublic String getPhonePrivate()
Stringpublic void setPhonePrivate(String value)
value - allowed object is
Stringpublic String getPhoneGeneral()
String
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.