public class CONFIGURATIONType extends Object
Java class for CONFIGURATIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONFIGURATIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NAME" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MDFORMAT_NAME" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="INDEX_LAYOUT_NAME" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
indexlayoutname |
protected String |
mdformatname |
protected String |
name |
| Constructor and Description |
|---|
CONFIGURATIONType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getINDEXLAYOUTNAME()
Gets the value of the indexlayoutname property.
|
String |
getMDFORMATNAME()
Gets the value of the mdformatname property.
|
String |
getNAME()
Gets the value of the name property.
|
void |
setINDEXLAYOUTNAME(String value)
Sets the value of the indexlayoutname property.
|
void |
setMDFORMATNAME(String value)
Sets the value of the mdformatname property.
|
void |
setNAME(String value)
Sets the value of the name property.
|
protected String name
protected String mdformatname
protected String indexlayoutname
public String getNAME()
Stringpublic void setNAME(String value)
value - allowed object is
Stringpublic String getMDFORMATNAME()
Stringpublic void setMDFORMATNAME(String value)
value - allowed object is
Stringpublic String getINDEXLAYOUTNAME()
StringCopyright © 2022. All rights reserved.