java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.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_OfferPriceRQ}CodesetValueTextType" minOccurs="0"/>
         <element name="LangUsageType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • langCode

      protected String langCode
    • langUsageType

      protected String langUsageType
  • Constructor Details

    • LangUsageType

      public LangUsageType()
  • Method Details

    • getLangCode

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

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

      public String getLangUsageType()
      Gets the value of the langUsageType property.
      Returns:
      possible object is String
    • setLangUsageType

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