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>
| Modifier and Type | Field and Description |
|---|---|
protected CTNameListType |
nameList |
| Constructor and Description |
|---|
CTNameType() |
| Modifier and Type | Method and Description |
|---|---|
CTNameListType |
getNameList()
Gets the value of the nameList property.
|
void |
setNameList(CTNameListType value)
Sets the value of the nameList property.
|
protected CTNameListType nameList
public CTNameListType getNameList()
CTNameListTypepublic void setNameList(CTNameListType value)
value - allowed object is
CTNameListTypeCopyright © 2007–2023. All rights reserved.