public class CTMemberProperty extends Object implements Child
Java class for CT_MemberProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_MemberProperty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="showCell" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showTip" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showAsCaption" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="nameLen" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="pPos" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="pLen" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="level" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="field" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
field |
protected Long |
level |
protected String |
name |
protected Long |
nameLen |
protected Long |
pLen |
protected Long |
pPos |
protected Boolean |
showAsCaption |
protected Boolean |
showCell |
protected Boolean |
showTip |
| Constructor and Description |
|---|
CTMemberProperty() |
| 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 |
getField()
Gets the value of the field property.
|
Long |
getLevel()
Gets the value of the level property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getNameLen()
Gets the value of the nameLen property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Long |
getPLen()
Gets the value of the pLen property.
|
Long |
getPPos()
Gets the value of the pPos property.
|
boolean |
isShowAsCaption()
Gets the value of the showAsCaption property.
|
boolean |
isShowCell()
Gets the value of the showCell property.
|
boolean |
isShowTip()
Gets the value of the showTip property.
|
void |
setField(long value)
Sets the value of the field property.
|
void |
setLevel(Long value)
Sets the value of the level property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNameLen(Long value)
Sets the value of the nameLen property.
|
void |
setParent(Object parent) |
void |
setPLen(Long value)
Sets the value of the pLen property.
|
void |
setPPos(Long value)
Sets the value of the pPos property.
|
void |
setShowAsCaption(Boolean value)
Sets the value of the showAsCaption property.
|
void |
setShowCell(Boolean value)
Sets the value of the showCell property.
|
void |
setShowTip(Boolean value)
Sets the value of the showTip property.
|
protected String name
protected Boolean showCell
protected Boolean showTip
protected Boolean showAsCaption
protected Long nameLen
protected Long pPos
protected Long pLen
protected Long level
protected long field
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isShowCell()
Booleanpublic void setShowCell(Boolean value)
value - allowed object is
Booleanpublic boolean isShowTip()
Booleanpublic void setShowTip(Boolean value)
value - allowed object is
Booleanpublic boolean isShowAsCaption()
Booleanpublic void setShowAsCaption(Boolean value)
value - allowed object is
Booleanpublic Long getNameLen()
Longpublic void setNameLen(Long value)
value - allowed object is
Longpublic void setPPos(Long value)
value - allowed object is
Longpublic void setPLen(Long value)
value - allowed object is
Longpublic Long getLevel()
Longpublic void setLevel(Long value)
value - allowed object is
Longpublic long getField()
public void setField(long value)
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.