java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.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="EmailAddressText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType"/>
         <element name="LabelText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • emailAddressText

      protected String emailAddressText
    • labelText

      protected String labelText
  • Constructor Details

    • EmailAddressType

      public EmailAddressType()
  • Method Details

    • getEmailAddressText

      public String getEmailAddressText()
      Gets the value of the emailAddressText property.
      Returns:
      possible object is String
    • setEmailAddressText

      public void setEmailAddressText(String value)
      Sets the value of the emailAddressText property.
      Parameters:
      value - allowed object is String
    • getLabelText

      public String getLabelText()
      Gets the value of the labelText property.
      Returns:
      possible object is String
    • setLabelText

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