public class EmailType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
domain |
protected java.lang.String |
id |
Constructor and Description |
---|
EmailType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDomain()
String
public void setDomain(java.lang.String value)
value
- allowed object is
String