Package org.xlsx4j.sml
Class CTMemberProperty
java.lang.Object
org.xlsx4j.sml.CTMemberProperty
- All Implemented Interfaces:
Child
public class CTMemberProperty extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected longfieldprotected java.lang.Longlevelprotected java.lang.Stringnameprotected java.lang.LongnameLenprotected java.lang.LongpLenprotected java.lang.LongpPosprotected java.lang.BooleanshowAsCaptionprotected java.lang.BooleanshowCellprotected java.lang.BooleanshowTip -
Constructor Summary
Constructors Constructor Description CTMemberProperty() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longgetField()Gets the value of the field property.java.lang.LonggetLevel()Gets the value of the level property.java.lang.StringgetName()Gets the value of the name property.java.lang.LonggetNameLen()Gets the value of the nameLen property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.LonggetPLen()Gets the value of the pLen property.java.lang.LonggetPPos()Gets the value of the pPos property.booleanisShowAsCaption()Gets the value of the showAsCaption property.booleanisShowCell()Gets the value of the showCell property.booleanisShowTip()Gets the value of the showTip property.voidsetField(long value)Sets the value of the field property.voidsetLevel(java.lang.Long value)Sets the value of the level property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetNameLen(java.lang.Long value)Sets the value of the nameLen property.voidsetParent(java.lang.Object parent)voidsetPLen(java.lang.Long value)Sets the value of the pLen property.voidsetPPos(java.lang.Long value)Sets the value of the pPos property.voidsetShowAsCaption(java.lang.Boolean value)Sets the value of the showAsCaption property.voidsetShowCell(java.lang.Boolean value)Sets the value of the showCell property.voidsetShowTip(java.lang.Boolean value)Sets the value of the showTip property.
-
Field Details
-
name
protected java.lang.String name -
showCell
protected java.lang.Boolean showCell -
showTip
protected java.lang.Boolean showTip -
showAsCaption
protected java.lang.Boolean showAsCaption -
nameLen
protected java.lang.Long nameLen -
pPos
protected java.lang.Long pPos -
pLen
protected java.lang.Long pLen -
level
protected java.lang.Long level -
field
protected long field
-
-
Constructor Details
-
CTMemberProperty
public CTMemberProperty()
-
-
Method Details
-
getName
public java.lang.String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
isShowCell
public boolean isShowCell()Gets the value of the showCell property.- Returns:
- possible object is
Boolean
-
setShowCell
public void setShowCell(java.lang.Boolean value)Sets the value of the showCell property.- Parameters:
value- allowed object isBoolean
-
isShowTip
public boolean isShowTip()Gets the value of the showTip property.- Returns:
- possible object is
Boolean
-
setShowTip
public void setShowTip(java.lang.Boolean value)Sets the value of the showTip property.- Parameters:
value- allowed object isBoolean
-
isShowAsCaption
public boolean isShowAsCaption()Gets the value of the showAsCaption property.- Returns:
- possible object is
Boolean
-
setShowAsCaption
public void setShowAsCaption(java.lang.Boolean value)Sets the value of the showAsCaption property.- Parameters:
value- allowed object isBoolean
-
getNameLen
public java.lang.Long getNameLen()Gets the value of the nameLen property.- Returns:
- possible object is
Long
-
setNameLen
public void setNameLen(java.lang.Long value)Sets the value of the nameLen property.- Parameters:
value- allowed object isLong
-
getPPos
public java.lang.Long getPPos()Gets the value of the pPos property.- Returns:
- possible object is
Long
-
setPPos
public void setPPos(java.lang.Long value)Sets the value of the pPos property.- Parameters:
value- allowed object isLong
-
getPLen
public java.lang.Long getPLen()Gets the value of the pLen property.- Returns:
- possible object is
Long
-
setPLen
public void setPLen(java.lang.Long value)Sets the value of the pLen property.- Parameters:
value- allowed object isLong
-
getLevel
public java.lang.Long getLevel()Gets the value of the level property.- Returns:
- possible object is
Long
-
setLevel
public void setLevel(java.lang.Long value)Sets the value of the level property.- Parameters:
value- allowed object isLong
-
getField
public long getField()Gets the value of the field property. -
setField
public void setField(long value)Sets the value of the field property. -
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-