Class CTAuthorType

java.lang.Object
org.docx4j.bibliography.CTAuthorType

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>
 
  • Field Details

    • artistOrAuthorOrBookAuthor

      protected List<jakarta.xml.bind.JAXBElement<?>> artistOrAuthorOrBookAuthor
  • Constructor Details

    • CTAuthorType

      public CTAuthorType()
  • Method Details

    • getArtistOrAuthorOrBookAuthor

      public List<jakarta.xml.bind.JAXBElement<?>> getArtistOrAuthorOrBookAuthor()
      Gets the value of the artistOrAuthorOrBookAuthor 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 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>