Class OtherAddressType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.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="LabelText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}TextType"/>
<element name="OtherAddressText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}TextType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the labelText property.Gets the value of the otherAddressText property.voidsetLabelText(String value) Sets the value of the labelText property.voidsetOtherAddressText(String value) Sets the value of the otherAddressText property.
-
Field Details
-
labelText
-
otherAddressText
-
-
Constructor Details
-
OtherAddressType
public OtherAddressType()
-
-
Method Details
-
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
-
getOtherAddressText
Gets the value of the otherAddressText property.- Returns:
- possible object is
String
-
setOtherAddressText
Sets the value of the otherAddressText property.- Parameters:
value- allowed object isString
-