java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.LangCodeType

public class LangCodeType extends Object
BDT to represent ISO language code list.

Java class for LangCodeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LangCodeType">
   <simpleContent>
     <extension base="<http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ>LangCodeContentType">
       <attribute name="LangID" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="ListAgencyID" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="ListAgencyName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ListID" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="ListName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ListSchemeUniformResourceID" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="ListUniformResourceID" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="ListVersionID" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • langID

      protected String langID
    • listAgencyID

      protected String listAgencyID
    • listAgencyName

      protected String listAgencyName
    • listID

      protected String listID
    • listName

      protected String listName
    • listSchemeUniformResourceID

      protected String listSchemeUniformResourceID
    • listUniformResourceID

      protected String listUniformResourceID
    • listVersionID

      protected String listVersionID
    • name

      protected String name
  • Constructor Details

    • LangCodeType

      public LangCodeType()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getLangID

      public String getLangID()
      Gets the value of the langID property.
      Returns:
      possible object is String
    • setLangID

      public void setLangID(String value)
      Sets the value of the langID property.
      Parameters:
      value - allowed object is String
    • getListAgencyID

      public String getListAgencyID()
      Gets the value of the listAgencyID property.
      Returns:
      possible object is String
    • setListAgencyID

      public void setListAgencyID(String value)
      Sets the value of the listAgencyID property.
      Parameters:
      value - allowed object is String
    • getListAgencyName

      public String getListAgencyName()
      Gets the value of the listAgencyName property.
      Returns:
      possible object is String
    • setListAgencyName

      public void setListAgencyName(String value)
      Sets the value of the listAgencyName property.
      Parameters:
      value - allowed object is String
    • getListID

      public String getListID()
      Gets the value of the listID property.
      Returns:
      possible object is String
    • setListID

      public void setListID(String value)
      Sets the value of the listID property.
      Parameters:
      value - allowed object is String
    • getListName

      public String getListName()
      Gets the value of the listName property.
      Returns:
      possible object is String
    • setListName

      public void setListName(String value)
      Sets the value of the listName property.
      Parameters:
      value - allowed object is String
    • getListSchemeUniformResourceID

      public String getListSchemeUniformResourceID()
      Gets the value of the listSchemeUniformResourceID property.
      Returns:
      possible object is String
    • setListSchemeUniformResourceID

      public void setListSchemeUniformResourceID(String value)
      Sets the value of the listSchemeUniformResourceID property.
      Parameters:
      value - allowed object is String
    • getListUniformResourceID

      public String getListUniformResourceID()
      Gets the value of the listUniformResourceID property.
      Returns:
      possible object is String
    • setListUniformResourceID

      public void setListUniformResourceID(String value)
      Sets the value of the listUniformResourceID property.
      Parameters:
      value - allowed object is String
    • getListVersionID

      public String getListVersionID()
      Gets the value of the listVersionID property.
      Returns:
      possible object is String
    • setListVersionID

      public void setListVersionID(String value)
      Sets the value of the listVersionID property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

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