|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.etee.ra.csr._1_0.protocol.ContactDataType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:38:57+02:00", comments="JAXB RI v2.2.11") public class ContactDataType
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 Summary | |
---|---|
ContactDataType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContactDataType()
Method Detail |
---|
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
public void setPhoneGeneral(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |