be.fgov.ehealth.etkra.protocol.v1
Class ContactDataType

java.lang.Object
  extended by be.fgov.ehealth.etkra.protocol.v1.ContactDataType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2018-02-02T03:42:59+01: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="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Email" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ContactDataType()
           
 
Method Summary
 String getEmail()
          Gets the value of the email property.
 String getName()
          Gets the value of the name property.
 void setEmail(String value)
          Sets the value of the email property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactDataType

public ContactDataType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getEmail

public String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(String value)
Sets the value of the email property.

Parameters:
value - allowed object is String



Connector Packaging TECHNICAL 3.14.2 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.