public class CTPhoneticRun extends Object implements Child
Java class for CT_PhoneticRun complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PhoneticRun"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="t" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Xstring_Whitespace"/> </sequence> <attribute name="sb" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="eb" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
eb |
protected long |
sb |
protected CTXstringWhitespace |
t |
Constructor and Description |
---|
CTPhoneticRun() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
long |
getEb()
Gets the value of the eb property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getSb()
Gets the value of the sb property.
|
CTXstringWhitespace |
getT()
Gets the value of the t property.
|
void |
setEb(long value)
Sets the value of the eb property.
|
void |
setParent(Object parent) |
void |
setSb(long value)
Sets the value of the sb property.
|
void |
setT(CTXstringWhitespace value)
Sets the value of the t property.
|
protected CTXstringWhitespace t
protected long sb
protected long eb
public CTXstringWhitespace getT()
CTXstringWhitespace
public void setT(CTXstringWhitespace value)
value
- allowed object is
CTXstringWhitespace
public long getSb()
public void setSb(long value)
public long getEb()
public void setEb(long value)
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.