Class CodesetMetadataType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingresponse.CodesetMetadataType
Pre-defined code set metadata.
Java class for CodesetMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodesetMetadataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CodesetName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}NameType" minOccurs="0"/>
<element name="CodesetVersionNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}NumberType" minOccurs="0"/>
<element name="LangUsage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}LangUsageType" minOccurs="0"/>
<element name="OwnerID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" minOccurs="0"/>
<element name="OwnerName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigDecimalprotected LangUsageTypeprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the codesetName property.Gets the value of the codesetVersionNumber property.Gets the value of the langUsage property.Gets the value of the ownerID property.Gets the value of the ownerName property.voidsetCodesetName(String value) Sets the value of the codesetName property.voidSets the value of the codesetVersionNumber property.voidsetLangUsage(LangUsageType value) Sets the value of the langUsage property.voidsetOwnerID(String value) Sets the value of the ownerID property.voidsetOwnerName(String value) Sets the value of the ownerName property.
-
Field Details
-
codesetName
-
codesetVersionNumber
-
langUsage
-
ownerID
-
ownerName
-
-
Constructor Details
-
CodesetMetadataType
public CodesetMetadataType()
-
-
Method Details
-
getCodesetName
Gets the value of the codesetName property.- Returns:
- possible object is
String
-
setCodesetName
Sets the value of the codesetName property.- Parameters:
value- allowed object isString
-
getCodesetVersionNumber
Gets the value of the codesetVersionNumber property.- Returns:
- possible object is
BigDecimal
-
setCodesetVersionNumber
Sets the value of the codesetVersionNumber property.- Parameters:
value- allowed object isBigDecimal
-
getLangUsage
Gets the value of the langUsage property.- Returns:
- possible object is
LangUsageType
-
setLangUsage
Sets the value of the langUsage property.- Parameters:
value- allowed object isLangUsageType
-
getOwnerID
Gets the value of the ownerID property.- Returns:
- possible object is
String
-
setOwnerID
Sets the value of the ownerID property.- Parameters:
value- allowed object isString
-
getOwnerName
Gets the value of the ownerName property.- Returns:
- possible object is
String
-
setOwnerName
Sets the value of the ownerName property.- Parameters:
value- allowed object isString
-