java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.LangUsageType

public class LangUsageType extends Object
Language Code representation.

Java class for LangUsageType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LangUsageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LangCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}LangCodeType" minOccurs="0"/>
         <element name="LangUsageText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • langCode

      protected LangCodeType langCode
    • langUsageText

      protected String langUsageText
  • Constructor Details

    • LangUsageType

      public LangUsageType()
  • Method Details

    • getLangCode

      public LangCodeType getLangCode()
      Gets the value of the langCode property.
      Returns:
      possible object is LangCodeType
    • setLangCode

      public void setLangCode(LangCodeType value)
      Sets the value of the langCode property.
      Parameters:
      value - allowed object is LangCodeType
    • getLangUsageText

      public String getLangUsageText()
      Gets the value of the langUsageText property.
      Returns:
      possible object is String
    • setLangUsageText

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