public class Format extends Object
Java class for format complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="format">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title-key" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description-key" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="icon-key" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="icon" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
descriptionKey |
protected String |
icon |
protected String |
iconKey |
protected String |
id |
protected String |
title |
protected String |
titleKey |
| Constructor and Description |
|---|
Format() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getDescriptionKey()
Gets the value of the descriptionKey property.
|
String |
getIcon()
Gets the value of the icon property.
|
String |
getIconKey()
Gets the value of the iconKey property.
|
String |
getId()
Gets the value of the id property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getTitleKey()
Gets the value of the titleKey property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDescriptionKey(String value)
Sets the value of the descriptionKey property.
|
void |
setIcon(String value)
Sets the value of the icon property.
|
void |
setIconKey(String value)
Sets the value of the iconKey property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setTitleKey(String value)
Sets the value of the titleKey property.
|
protected String id
protected String titleKey
protected String title
protected String descriptionKey
protected String description
protected String iconKey
protected String icon
public void setId(String value)
value - allowed object is Stringpublic String getTitleKey()
Stringpublic void setTitleKey(String value)
value - allowed object is Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is Stringpublic String getDescriptionKey()
Stringpublic void setDescriptionKey(String value)
value - allowed object is Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is Stringpublic String getIconKey()
Stringpublic void setIconKey(String value)
value - allowed object is Stringpublic String getIcon()
StringCopyright © 2018. All rights reserved.