public class CTRuby extends Object implements Child
Java class for CT_Ruby complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Ruby"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rubyPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_RubyPr"/> <element name="rt" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_RubyContent"/> <element name="rubyBase" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_RubyContent"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTRubyContent |
rt |
protected CTRubyContent |
rubyBase |
protected CTRubyPr |
rubyPr |
Constructor and Description |
---|
CTRuby() |
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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTRubyContent |
getRt()
Gets the value of the rt property.
|
CTRubyContent |
getRubyBase()
Gets the value of the rubyBase property.
|
CTRubyPr |
getRubyPr()
Gets the value of the rubyPr property.
|
void |
setParent(Object parent) |
void |
setRt(CTRubyContent value)
Sets the value of the rt property.
|
void |
setRubyBase(CTRubyContent value)
Sets the value of the rubyBase property.
|
void |
setRubyPr(CTRubyPr value)
Sets the value of the rubyPr property.
|
protected CTRubyPr rubyPr
protected CTRubyContent rt
protected CTRubyContent rubyBase
public CTRubyPr getRubyPr()
CTRubyPr
public void setRubyPr(CTRubyPr value)
value
- allowed object is
CTRubyPr
public CTRubyContent getRt()
CTRubyContent
public void setRt(CTRubyContent value)
value
- allowed object is
CTRubyContent
public CTRubyContent getRubyBase()
CTRubyContent
public void setRubyBase(CTRubyContent value)
value
- allowed object is
CTRubyContent
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.