public class HierarchyItem extends Object
Java class for HierarchyItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HierarchyItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
label |
protected String |
name |
protected String |
type |
protected String |
url |
Constructor and Description |
---|
HierarchyItem() |
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Gets the value of the label property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
HierarchyItem |
withLabel(String value) |
HierarchyItem |
withName(String value) |
HierarchyItem |
withType(String value) |
HierarchyItem |
withUrl(String value) |
protected String label
protected String name
protected String type
protected String url
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public HierarchyItem withLabel(String value)
public HierarchyItem withName(String value)
public HierarchyItem withType(String value)
public HierarchyItem withUrl(String value)
Copyright © 2004–2021 XWiki. All rights reserved.