java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.EmailAddressType

public class EmailAddressType extends 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 Details

    • address

      protected String address
    • type

      protected String type
  • Constructor Details

    • EmailAddressType

      public EmailAddressType()
  • Method Details

    • getAddress

      public String getAddress()
      Gets the value of the address property.
      Returns:
      possible object is String
    • setAddress

      public void setAddress(String value)
      Sets the value of the address property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String