Class OtherAddressType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.OtherAddressType
Other Contact Method information. E.g. web site URL, social media handle.
Java class for OtherAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherAddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Label" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NameType" minOccurs="0"/>
<element name="OtherAddressValue" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TextType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Gets the value of the label property.Gets the value of the otherAddressValue property.voidSets the value of the label property.voidsetOtherAddressValue(String value) Sets the value of the otherAddressValue property.
-
Field Details
-
label
-
otherAddressValue
-
-
Constructor Details
-
OtherAddressType
public OtherAddressType()
-
-
Method Details
-
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
-
getOtherAddressValue
Gets the value of the otherAddressValue property.- Returns:
- possible object is
String
-
setOtherAddressValue
Sets the value of the otherAddressValue property.- Parameters:
value- allowed object isString
-