java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityrequest.EmailAddressType

public class EmailAddressType extends Object
The email address which should be used for contact purposes.

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">
       <sequence>
         <element name="EmailAddressValue" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}TextType"/>
         <element name="Label" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}TextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • emailAddressValue

      protected String emailAddressValue
    • label

      protected String label
  • Constructor Details

    • EmailAddressType

      public EmailAddressType()
  • Method Details

    • getEmailAddressValue

      public String getEmailAddressValue()
      Gets the value of the emailAddressValue property.
      Returns:
      possible object is String
    • setEmailAddressValue

      public void setEmailAddressValue(String value)
      Sets the value of the emailAddressValue property.
      Parameters:
      value - allowed object is String
    • getLabel

      public String getLabel()
      Gets the value of the label property.
      Returns:
      possible object is String
    • setLabel

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