oasis.names.tc.ebxml_regrep.xsd.rim._3
Class EmailAddress

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.EmailAddress

public class EmailAddress
extends java.lang.Object

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  java.lang.String address
           
protected  java.lang.String type
           
 
Constructor Summary
EmailAddress()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected java.lang.String address

type

protected java.lang.String type
Constructor Detail

EmailAddress

public EmailAddress()
Method Detail

getAddress

public java.lang.String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(java.lang.String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String