@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:19:47+02:00", comments="JAXB RI v2.2.11") 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()
String
public void setEmailPrivate(String value)
value
- allowed object is
String
public String getEmailGeneral()
String
public void setEmailGeneral(String value)
value
- allowed object is
String
public String getPhonePrivate()
String
public void setPhonePrivate(String value)
value
- allowed object is
String
public String getPhoneGeneral()
String
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.