public class CTTableStyleElement extends Object implements Child
Java class for CT_TableStyleElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableStyleElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="type" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_TableStyleType" /> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" /> <attribute name="dxfId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_DxfId" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
dxfId |
protected Long |
size |
protected STTableStyleType |
type |
Constructor and Description |
---|
CTTableStyleElement() |
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.
|
Long |
getDxfId()
Gets the value of the dxfId property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getSize()
Gets the value of the size property.
|
STTableStyleType |
getType()
Gets the value of the type property.
|
void |
setDxfId(Long value)
Sets the value of the dxfId property.
|
void |
setParent(Object parent) |
void |
setSize(Long value)
Sets the value of the size property.
|
void |
setType(STTableStyleType value)
Sets the value of the type property.
|
protected STTableStyleType type
protected Long size
protected Long dxfId
public STTableStyleType getType()
STTableStyleType
public void setType(STTableStyleType value)
value
- allowed object is
STTableStyleType
public long getSize()
Long
public void setSize(Long value)
value
- allowed object is
Long
public Long getDxfId()
Long
public void setDxfId(Long value)
value
- allowed object is
Long
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-2019. All Rights Reserved.