public static class Resource.RightsList extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rights" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="rightsURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Resource.RightsList.Rights
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Resource.RightsList.Rights> |
rights |
Constructor and Description |
---|
RightsList() |
Modifier and Type | Method and Description |
---|---|
List<Resource.RightsList.Rights> |
getRights()
Gets the value of the rights property.
|
protected List<Resource.RightsList.Rights> rights
public List<Resource.RightsList.Rights> getRights()
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 rights property.
For example, to add a new item, do as follows:
getRights().add(newItem);
Objects of the following type(s) are allowed in the list
Resource.RightsList.Rights
Copyright © 2017–2020 CNES. All rights reserved.