public class Col extends Object implements Child
Java class for CT_Col complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Col"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="min" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="max" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="style" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" /> <attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="bestFit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="customWidth" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="phonetic" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="outlineLevel" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" /> <attribute name="collapsed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
bestFit |
protected Boolean |
collapsed |
protected Boolean |
customWidth |
protected Boolean |
hidden |
protected long |
max |
protected long |
min |
protected Short |
outlineLevel |
protected Boolean |
phonetic |
protected Long |
style |
protected Double |
width |
Constructor and Description |
---|
Col() |
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 |
getMax()
Gets the value of the max property.
|
long |
getMin()
Gets the value of the min property.
|
short |
getOutlineLevel()
Gets the value of the outlineLevel property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getStyle()
Gets the value of the style property.
|
Double |
getWidth()
Gets the value of the width property.
|
boolean |
isBestFit()
Gets the value of the bestFit property.
|
boolean |
isCollapsed()
Gets the value of the collapsed property.
|
boolean |
isCustomWidth()
Gets the value of the customWidth property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
boolean |
isPhonetic()
Gets the value of the phonetic property.
|
void |
setBestFit(Boolean value)
Sets the value of the bestFit property.
|
void |
setCollapsed(Boolean value)
Sets the value of the collapsed property.
|
void |
setCustomWidth(Boolean value)
Sets the value of the customWidth property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setMax(long value)
Sets the value of the max property.
|
void |
setMin(long value)
Sets the value of the min property.
|
void |
setOutlineLevel(Short value)
Sets the value of the outlineLevel property.
|
void |
setParent(Object parent) |
void |
setPhonetic(Boolean value)
Sets the value of the phonetic property.
|
void |
setStyle(Long value)
Sets the value of the style property.
|
void |
setWidth(Double value)
Sets the value of the width property.
|
protected long min
protected long max
protected Double width
protected Long style
protected Boolean hidden
protected Boolean bestFit
protected Boolean customWidth
protected Boolean phonetic
protected Short outlineLevel
protected Boolean collapsed
public long getMin()
public void setMin(long value)
public long getMax()
public void setMax(long value)
public Double getWidth()
Double
public void setWidth(Double value)
value
- allowed object is
Double
public long getStyle()
Long
public void setStyle(Long value)
value
- allowed object is
Long
public boolean isHidden()
Boolean
public void setHidden(Boolean value)
value
- allowed object is
Boolean
public boolean isBestFit()
Boolean
public void setBestFit(Boolean value)
value
- allowed object is
Boolean
public boolean isCustomWidth()
Boolean
public void setCustomWidth(Boolean value)
value
- allowed object is
Boolean
public boolean isPhonetic()
Boolean
public void setPhonetic(Boolean value)
value
- allowed object is
Boolean
public short getOutlineLevel()
Short
public void setOutlineLevel(Short value)
value
- allowed object is
Short
public boolean isCollapsed()
Boolean
public void setCollapsed(Boolean value)
value
- allowed object is
Boolean
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.