Class EmailT
java.lang.Object
org.bremersee.garmin.flightplan.v1.model.EmailT
- All Implemented Interfaces:
Serializable
An email address. Broken into two parts (id and domain) to help prevent
email harvesting.
Java class for Email_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Email_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="domain" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
domain
-
-
Constructor Details
-
EmailT
public EmailT()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getDomain
Gets the value of the domain property.- Returns:
- possible object is
String
-
setDomain
Sets the value of the domain property.- Parameters:
value- allowed object isString
-