public static class Resource.RelatedIdentifiers 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="relatedIdentifier" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="resourceTypeGeneral" type="{http://datacite.org/schema/kernel-4}resourceType" /> <attribute name="relatedIdentifierType" use="required" type="{http://datacite.org/schema/kernel-4}relatedIdentifierType" /> <attribute name="relationType" use="required" type="{http://datacite.org/schema/kernel-4}relationType" /> <attribute name="relatedMetadataScheme" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="schemeURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="schemeType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Resource.RelatedIdentifiers.RelatedIdentifier
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Resource.RelatedIdentifiers.RelatedIdentifier> |
relatedIdentifier |
Constructor and Description |
---|
RelatedIdentifiers() |
Modifier and Type | Method and Description |
---|---|
List<Resource.RelatedIdentifiers.RelatedIdentifier> |
getRelatedIdentifier()
Gets the value of the relatedIdentifier property.
|
protected List<Resource.RelatedIdentifiers.RelatedIdentifier> relatedIdentifier
public List<Resource.RelatedIdentifiers.RelatedIdentifier> getRelatedIdentifier()
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 relatedIdentifier property.
For example, to add a new item, do as follows:
getRelatedIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
Resource.RelatedIdentifiers.RelatedIdentifier
Copyright © 2017–2020 CNES. All rights reserved.