public static class Resource.Subjects 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="subject" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="subjectScheme" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="schemeURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="valueURI" 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.Subjects.Subject
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Resource.Subjects.Subject> |
subject |
| Constructor and Description |
|---|
Subjects() |
| Modifier and Type | Method and Description |
|---|---|
List<Resource.Subjects.Subject> |
getSubject()
Gets the value of the subject property.
|
protected List<Resource.Subjects.Subject> subject
public List<Resource.Subjects.Subject> getSubject()
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 subject property.
For example, to add a new item, do as follows:
getSubject().add(newItem);
Objects of the following type(s) are allowed in the list
Resource.Subjects.Subject
Copyright © 2017–2020 CNES. All rights reserved.