Class EmailAddressType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.EmailAddressType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the emailAddressText property.Gets the value of the labelText property.voidsetEmailAddressText(String value) Sets the value of the emailAddressText property.voidsetLabelText(String value) Sets the value of the labelText property.
-
Field Details
-
emailAddressText
-
labelText
-
-
Constructor Details
-
EmailAddressType
public EmailAddressType()
-
-
Method Details
-
getEmailAddressText
Gets the value of the emailAddressText property.- Returns:
- possible object is
String
-
setEmailAddressText
Sets the value of the emailAddressText property.- Parameters:
value- allowed object isString
-
getLabelText
Gets the value of the labelText property.- Returns:
- possible object is
String
-
setLabelText
Sets the value of the labelText property.- Parameters:
value- allowed object isString
-