java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpriceresponse.CodesetMetadataType

public class CodesetMetadataType extends Object
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_OfferPriceRS}NameType" minOccurs="0"/>
         <element name="CodesetVersionNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}NumberType" minOccurs="0"/>
         <element name="LangUsage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}LangUsageType" minOccurs="0"/>
         <element name="OwnerID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" minOccurs="0"/>
         <element name="OwnerName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • codesetName

      protected String codesetName
    • codesetVersionNumber

      protected BigDecimal codesetVersionNumber
    • langUsage

      protected LangUsageType langUsage
    • ownerID

      protected String ownerID
    • ownerName

      protected String ownerName
  • Constructor Details

    • CodesetMetadataType

      public CodesetMetadataType()
  • Method Details

    • getCodesetName

      public String getCodesetName()
      Gets the value of the codesetName property.
      Returns:
      possible object is String
    • setCodesetName

      public void setCodesetName(String value)
      Sets the value of the codesetName property.
      Parameters:
      value - allowed object is String
    • getCodesetVersionNumber

      public BigDecimal getCodesetVersionNumber()
      Gets the value of the codesetVersionNumber property.
      Returns:
      possible object is BigDecimal
    • setCodesetVersionNumber

      public void setCodesetVersionNumber(BigDecimal value)
      Sets the value of the codesetVersionNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • getLangUsage

      public LangUsageType getLangUsage()
      Gets the value of the langUsage property.
      Returns:
      possible object is LangUsageType
    • setLangUsage

      public void setLangUsage(LangUsageType value)
      Sets the value of the langUsage property.
      Parameters:
      value - allowed object is LangUsageType
    • getOwnerID

      public String getOwnerID()
      Gets the value of the ownerID property.
      Returns:
      possible object is String
    • setOwnerID

      public void setOwnerID(String value)
      Sets the value of the ownerID property.
      Parameters:
      value - allowed object is String
    • getOwnerName

      public String getOwnerName()
      Gets the value of the ownerName property.
      Returns:
      possible object is String
    • setOwnerName

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