public class EmailAddressType extends 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 |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2010–2025. All rights reserved.