public class EmailAddressType
extends java.lang.Object
Java class for EmailAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailAddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="address" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" />
<attribute name="type" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String32" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EmailAddressType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setAddress(java.lang.String value)
Sets the value of the address property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
public java.lang.String getAddress()
Stringpublic void setAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
String