public class Authority extends Object
Java class for authority complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="authority">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="perspective" type="{http://www.hybris.com/cockpitng/config/perspectiveChooser}perspective" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected List<Perspective> |
perspective |
| Constructor and Description |
|---|
Authority() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
List<Perspective> |
getPerspective()
Gets the value of the perspective property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<Perspective> perspective
protected String name
public List<Perspective> getPerspective()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to
the returned list will be present inside the JAXB object. This is why there is not a set method for
the perspective property.
For example, to add a new item, do as follows:
getPerspective().add(newItem);
Objects of the following type(s) are allowed in the list Perspective
public String getName()
StringCopyright © 2018. All rights reserved.