Package org.docx4j.bibliography
Class CTNameType
java.lang.Object
org.docx4j.bibliography.CTNameType
Java class for CT_NameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_NameType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NameList" type="{http://schemas.openxmlformats.org/officeDocument/2006/bibliography}CT_NameListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nameList property.voidsetNameList(CTNameListType value) Sets the value of the nameList property.
-
Field Details
-
nameList
-
-
Constructor Details
-
CTNameType
public CTNameType()
-
-
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
-