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