public class CTNameOrCorporateType extends 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 String |
corporate |
protected CTNameListType |
nameList |
Constructor and Description |
---|
CTNameOrCorporateType() |
Modifier and Type | Method and Description |
---|---|
String |
getCorporate()
Gets the value of the corporate property.
|
CTNameListType |
getNameList()
Gets the value of the nameList property.
|
void |
setCorporate(String value)
Sets the value of the corporate property.
|
void |
setNameList(CTNameListType value)
Sets the value of the nameList property.
|
protected CTNameListType nameList
protected String corporate
public CTNameListType getNameList()
CTNameListType
public void setNameList(CTNameListType value)
value
- allowed object is
CTNameListType
public String getCorporate()
String
Copyright © 2007-2019. All Rights Reserved.