public class CTXmlColumnPr extends Object implements Child
Java class for CT_XmlColumnPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_XmlColumnPr"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/> </sequence> <attribute name="mapId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="xpath" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" /> <attribute name="denormalized" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="xmlDataType" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_XmlDataType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
denormalized |
protected CTExtensionList |
extLst |
protected long |
mapId |
protected String |
xmlDataType |
protected String |
xpath |
Constructor and Description |
---|
CTXmlColumnPr() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
long |
getMapId()
Gets the value of the mapId property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getXmlDataType()
Gets the value of the xmlDataType property.
|
String |
getXpath()
Gets the value of the xpath property.
|
boolean |
isDenormalized()
Gets the value of the denormalized property.
|
void |
setDenormalized(Boolean value)
Sets the value of the denormalized property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setMapId(long value)
Sets the value of the mapId property.
|
void |
setParent(Object parent) |
void |
setXmlDataType(String value)
Sets the value of the xmlDataType property.
|
void |
setXpath(String value)
Sets the value of the xpath property.
|
protected CTExtensionList extLst
protected long mapId
protected String xpath
protected Boolean denormalized
protected String xmlDataType
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public long getMapId()
public void setMapId(long value)
public String getXpath()
String
public void setXpath(String value)
value
- allowed object is
String
public boolean isDenormalized()
Boolean
public void setDenormalized(Boolean value)
value
- allowed object is
Boolean
public String getXmlDataType()
String
public void setXmlDataType(String value)
value
- allowed object is
String
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2018. All Rights Reserved.