Class CTNameOrCorporateType

java.lang.Object
org.docx4j.bibliography.CTNameOrCorporateType

public class CTNameOrCorporateType extends Object

Java class for CT_NameOrCorporateType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_NameOrCorporateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="NameList" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameListType"/>
           <element name="Corporate" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_String"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTNameOrCorporateType

      public CTNameOrCorporateType()
  • Method Details

    • getNameList

      public CTNameListType getNameList()
      Gets the value of the nameList property.
      Returns:
      possible object is CTNameListType
    • setNameList

      public void setNameList(CTNameListType value)
      Sets the value of the nameList property.
      Parameters:
      value - allowed object is CTNameListType
    • getCorporate

      public String getCorporate()
      Gets the value of the corporate property.
      Returns:
      possible object is String
    • setCorporate

      public void setCorporate(String value)
      Sets the value of the corporate property.
      Parameters:
      value - allowed object is String