Package org.docx4j.bibliography
Class CTNameOrCorporateType
java.lang.Object
org.docx4j.bibliography.CTNameOrCorporateType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the corporate property.Gets the value of the nameList property.voidsetCorporate(String value) Sets the value of the corporate property.voidsetNameList(CTNameListType value) Sets the value of the nameList property.
-
Field Details
-
nameList
-
corporate
-
-
Constructor Details
-
CTNameOrCorporateType
public CTNameOrCorporateType()
-
-
Method Details
-
getNameList
Gets the value of the nameList property.- Returns:
- possible object is
CTNameListType
-
setNameList
Sets the value of the nameList property.- Parameters:
value- allowed object isCTNameListType
-
getCorporate
Gets the value of the corporate property.- Returns:
- possible object is
String
-
setCorporate
Sets the value of the corporate property.- Parameters:
value- allowed object isString
-