public class Icon extends Object
Java class for Icon complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Icon"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="iconSetType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="iconSetName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="cssClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
cssClass |
protected String |
iconSetName |
protected String |
iconSetType |
protected String |
name |
protected String |
url |
Constructor and Description |
---|
Icon() |
Modifier and Type | Method and Description |
---|---|
String |
getCssClass()
Gets the value of the cssClass property.
|
String |
getIconSetName()
Gets the value of the iconSetName property.
|
String |
getIconSetType()
Gets the value of the iconSetType property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setCssClass(String value)
Sets the value of the cssClass property.
|
void |
setIconSetName(String value)
Sets the value of the iconSetName property.
|
void |
setIconSetType(String value)
Sets the value of the iconSetType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
Icon |
withCssClass(String value) |
Icon |
withIconSetName(String value) |
Icon |
withIconSetType(String value) |
Icon |
withName(String value) |
Icon |
withUrl(String value) |
protected String name
protected String iconSetType
protected String iconSetName
protected String cssClass
protected String url
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getIconSetType()
String
public void setIconSetType(String value)
value
- allowed object is
String
public String getIconSetName()
String
public void setIconSetName(String value)
value
- allowed object is
String
public String getCssClass()
String
public void setCssClass(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
Copyright © 2004–2022 XWiki. All rights reserved.