|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.EmailAddressType
public class EmailAddressType
Mapping of the same named interface in ebRIM.
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>
| Field Summary | |
|---|---|
protected String |
address
|
protected String |
type
|
| Constructor Summary | |
|---|---|
EmailAddressType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String address
protected String type
| Constructor Detail |
|---|
public EmailAddressType()
| Method Detail |
|---|
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||