java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.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="LabelText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType"/>
         <element name="OtherAddressText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • labelText

      protected String labelText
    • otherAddressText

      protected String otherAddressText
  • Constructor Details

    • OtherAddressType

      public OtherAddressType()
  • Method Details

    • getLabelText

      public String getLabelText()
      Gets the value of the labelText property.
      Returns:
      possible object is String
    • setLabelText

      public void setLabelText(String value)
      Sets the value of the labelText property.
      Parameters:
      value - allowed object is String
    • getOtherAddressText

      public String getOtherAddressText()
      Gets the value of the otherAddressText property.
      Returns:
      possible object is String
    • setOtherAddressText

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