Package org.docx4j.bibliography
Class CTNameType
java.lang.Object
org.docx4j.bibliography.CTNameType
public class CTNameType
extends java.lang.Object
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 Modifier and Type Field Description protected CTNameListTypenameList -
Constructor Summary
Constructors Constructor Description CTNameType() -
Method Summary
Modifier and Type Method Description CTNameListTypegetNameList()Gets the value of the nameList property.voidsetNameList(CTNameListType value)Sets the value of the nameList property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-