public class ClientId extends Object
Java class for client-id complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="client-id">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<sequence>
<element name="uri" type="{http://www.orcid.org/ns/orcid}client-uri"/>
<element name="path" type="{http://www.orcid.org/ns/orcid}client-path" minOccurs="0"/>
</sequence>
<element name="path" type="{http://www.orcid.org/ns/orcid}client-path"/>
</choice>
<element ref="{http://www.orcid.org/ns/orcid}host" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<String>> |
content |
| Constructor and Description |
|---|
ClientId() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<String>> |
getContent()
Gets the rest of the content model.
|
protected List<JAXBElement<String>> content
public List<JAXBElement<String>> getContent()
You are getting this "catch-all" property because of the following reason: The field name "Path" is used by two different parts of a schema. See: line 2169 of file:/Users/grahamtriggs/Projects/vivo-project/orcid-api-client/src/main/resources/orcid-message-1.2.xsd line 2167 of file:/Users/grahamtriggs/Projects/vivo-project/orcid-api-client/src/main/resources/orcid-message-1.2.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the content property.
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
Copyright © 2017. All rights reserved.