public class CTNameOrCorporateType
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
corporate |
protected CTNameListType |
nameList |
| Constructor and Description |
|---|
CTNameOrCorporateType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCorporate()
Gets the value of the corporate property.
|
CTNameListType |
getNameList()
Gets the value of the nameList property.
|
void |
setCorporate(java.lang.String value)
Sets the value of the corporate property.
|
void |
setNameList(CTNameListType value)
Sets the value of the nameList property.
|
protected CTNameListType nameList
protected java.lang.String corporate
public CTNameListType getNameList()
CTNameListTypepublic void setNameList(CTNameListType value)
value - allowed object is
CTNameListTypepublic java.lang.String getCorporate()
Stringpublic void setCorporate(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2025. All rights reserved.