public class CTAuthorType extends Object
Java class for CT_AuthorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AuthorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="Artist" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Author" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameOrCorporateType"/>
<element name="BookAuthor" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Compiler" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Composer" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Conductor" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Counsel" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Director" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Editor" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Interviewee" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Interviewer" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Inventor" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Performer" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameOrCorporateType"/>
<element name="ProducerName" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Translator" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
<element name="Writer" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
artistOrAuthorOrBookAuthor |
| Constructor and Description |
|---|
CTAuthorType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getArtistOrAuthorOrBookAuthor()
Gets the value of the artistOrAuthorOrBookAuthor property.
|
protected List<JAXBElement<?>> artistOrAuthorOrBookAuthor
public List<JAXBElement<?>> getArtistOrAuthorOrBookAuthor()
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 artistOrAuthorOrBookAuthor property.
For example, to add a new item, do as follows:
getArtistOrAuthorOrBookAuthor().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<CTNameType>
JAXBElement<CTNameType>
JAXBElement<CTNameType>
JAXBElement<CTNameOrCorporateType>
JAXBElement<CTNameType>
JAXBElement<CTNameType>
JAXBElement<CTNameType>
JAXBElement<CTNameType>
JAXBElement<CTNameType>
JAXBElement<CTNameType>
JAXBElement<CTNameOrCorporateType>
JAXBElement<CTNameType>
JAXBElement<CTNameType>
JAXBElement<CTNameType>
JAXBElement<CTNameType>
JAXBElement<CTNameType>
Copyright © 2007-2020. All Rights Reserved.