Package com.scene7.ipsapi
Class LanguageFileNameMapping
java.lang.Object
com.scene7.ipsapi.LanguageFileNameMapping
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fileName property.Gets the value of the languageCode property.voidsetFileName(String value) Sets the value of the fileName property.voidsetLanguageCode(String value) Sets the value of the languageCode property.
-
Constructor Details
-
LanguageFileNameMapping
public LanguageFileNameMapping()
-
-
Method Details
-
getLanguageCode
Gets the value of the languageCode property.- Returns:
- possible object is
String
-
setLanguageCode
Sets the value of the languageCode property.- Parameters:
value- allowed object isString
-
getFileName
Gets the value of the fileName property.- Returns:
- possible object is
String
-
setFileName
Sets the value of the fileName property.- Parameters:
value- allowed object isString
-