Class LanguageFileNameMapping

java.lang.Object
com.scene7.ipsapi.LanguageFileNameMapping

public class LanguageFileNameMapping extends Object

Java class for languageFileNameMapping complex type.

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

 <complexType name="languageFileNameMapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="languageCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • LanguageFileNameMapping

      public LanguageFileNameMapping()
  • Method Details

    • getLanguageCode

      public String getLanguageCode()
      Gets the value of the languageCode property.
      Returns:
      possible object is String
    • setLanguageCode

      public void setLanguageCode(String value)
      Sets the value of the languageCode property.
      Parameters:
      value - allowed object is String
    • getFileName

      public String getFileName()
      Gets the value of the fileName property.
      Returns:
      possible object is String
    • setFileName

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