public class LocalizationManagerMessageCatalog extends DynamicData
Java class for LocalizationManagerMessageCatalog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalizationManagerMessageCatalog">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="moduleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="catalogName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="catalogUri" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="md5sum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
catalogName |
protected String |
catalogUri |
protected XMLGregorianCalendar |
lastModified |
protected String |
locale |
protected String |
md5Sum |
protected String |
moduleName |
protected String |
version |
| Constructor and Description |
|---|
LocalizationManagerMessageCatalog() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName()
Gets the value of the catalogName property.
|
String |
getCatalogUri()
Gets the value of the catalogUri property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
String |
getLocale()
Gets the value of the locale property.
|
String |
getMd5Sum()
Gets the value of the md5Sum property.
|
String |
getModuleName()
Gets the value of the moduleName property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCatalogName(String value)
Sets the value of the catalogName property.
|
void |
setCatalogUri(String value)
Sets the value of the catalogUri property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setMd5Sum(String value)
Sets the value of the md5Sum property.
|
void |
setModuleName(String value)
Sets the value of the moduleName property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String moduleName
protected String catalogName
protected String locale
protected String catalogUri
protected XMLGregorianCalendar lastModified
protected String md5Sum
protected String version
public String getModuleName()
Stringpublic void setModuleName(String value)
value - allowed object is
Stringpublic String getCatalogName()
Stringpublic void setCatalogName(String value)
value - allowed object is
Stringpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic String getCatalogUri()
Stringpublic void setCatalogUri(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getMd5Sum()
Stringpublic void setMd5Sum(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2018. All rights reserved.