Class EmailAddressType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.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="EmailAddressValue" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType"/>
<element name="Label" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the emailAddressValue property.getLabel()Gets the value of the label property.voidsetEmailAddressValue(String value) Sets the value of the emailAddressValue property.voidSets the value of the label property.
-
Field Details
-
emailAddressValue
-
label
-
-
Constructor Details
-
EmailAddressType
public EmailAddressType()
-
-
Method Details
-
getEmailAddressValue
Gets the value of the emailAddressValue property.- Returns:
- possible object is
String
-
setEmailAddressValue
Sets the value of the emailAddressValue property.- Parameters:
value- allowed object isString
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-