Class LangUsageType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.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_ServiceListRQ}CodesetValueTextType"/>
<element name="LangUsageType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}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 langUsageType property.voidsetLangCode(String value) Sets the value of the langCode property.voidsetLangUsageType(String value) Sets the value of the langUsageType property.
-
Field Details
-
langCode
-
langUsageType
-
-
Constructor Details
-
LangUsageType
public LangUsageType()
-
-
Method Details
-
getLangCode
Gets the value of the langCode property.- Returns:
- possible object is
String
-
setLangCode
Sets the value of the langCode property.- Parameters:
value- allowed object isString
-
getLangUsageType
Gets the value of the langUsageType property.- Returns:
- possible object is
String
-
setLangUsageType
Sets the value of the langUsageType property.- Parameters:
value- allowed object isString
-