Package org.bremersee.gpx.model
Class EmailType
java.lang.Object
org.bremersee.gpx.model.EmailType
- All Implemented Interfaces:
Serializable
An email address. Broken into two parts (id and domain) to help prevent email harvesting.
Java class for emailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="emailType">
<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
-
EmailType
public EmailType()
-
-
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
-