Class LangUsageType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.LangUsageType
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_OrderViewRS}LangCodeType" minOccurs="0"/>
<element name="LangUsageText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the langCode property.Gets the value of the langUsageText property.voidsetLangCode(LangCodeType value) Sets the value of the langCode property.voidsetLangUsageText(String value) Sets the value of the langUsageText property.
-
Field Details
-
langCode
-
langUsageText
-
-
Constructor Details
-
LangUsageType
public LangUsageType()
-
-
Method Details
-
getLangCode
Gets the value of the langCode property.- Returns:
- possible object is
LangCodeType
-
setLangCode
Sets the value of the langCode property.- Parameters:
value- allowed object isLangCodeType
-
getLangUsageText
Gets the value of the langUsageText property.- Returns:
- possible object is
String
-
setLangUsageText
Sets the value of the langUsageText property.- Parameters:
value- allowed object isString
-