Package org.docx4j.bibliography
Class CTNameOrCorporateType
java.lang.Object
org.docx4j.bibliography.CTNameOrCorporateType
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcorporateprotected CTNameListTypenameList -
Constructor Summary
Constructors Constructor Description CTNameOrCorporateType() -
Method Summary
Modifier and Type Method Description java.lang.StringgetCorporate()Gets the value of the corporate property.CTNameListTypegetNameList()Gets the value of the nameList property.voidsetCorporate(java.lang.String value)Sets the value of the corporate 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
-
corporate
protected java.lang.String corporate
-
-
Constructor Details
-
CTNameOrCorporateType
public CTNameOrCorporateType()
-
-
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
-
getCorporate
public java.lang.String getCorporate()Gets the value of the corporate property.- Returns:
- possible object is
String
-
setCorporate
public void setCorporate(java.lang.String value)Sets the value of the corporate property.- Parameters:
value- allowed object isString
-