java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.OtherAddressType

public class OtherAddressType extends Object
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 Details

    • label

      protected String label
    • otherAddressValue

      protected String otherAddressValue
  • Constructor Details

    • OtherAddressType

      public OtherAddressType()
  • Method Details

    • getLabel

      public String getLabel()
      Gets the value of the label property.
      Returns:
      possible object is String
    • setLabel

      public void setLabel(String value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is String
    • getOtherAddressValue

      public String getOtherAddressValue()
      Gets the value of the otherAddressValue property.
      Returns:
      possible object is String
    • setOtherAddressValue

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